Skip to content

Commit

Permalink
gdl, gdl3: reconfigure with our intltool.m4 to fix intltool configura…
Browse files Browse the repository at this point in the history
…tion.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@117719 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
dbevans committed Mar 9, 2014
1 parent 2d7c80a commit 33ee3e0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gnome/gdl/Portfile
Expand Up @@ -35,5 +35,10 @@ depends_lib port:gtk2 \
patchfiles returns.patch \ patchfiles returns.patch \
patch_glib_2.30_G_CONST_RETURN.diff patch_glib_2.30_G_CONST_RETURN.diff


# reconfigure with our intltool.m4

use_autoreconf yes
autoreconf.args -fvi

# this is the last stable version of gdl that provides gdl-2.0 # this is the last stable version of gdl that provides gdl-2.0
livecheck.type none livecheck.type none
9 changes: 9 additions & 0 deletions gnome/gdl3/Portfile
Expand Up @@ -37,6 +37,15 @@ depends_lib port:gtk3 \
patchfiles patch-return.diff \ patchfiles patch-return.diff \
patch-gdl-gdl-dock-object.h.diff patch-gdl-gdl-dock-object.h.diff


# update m4/intltool.m4 and autoreconf

pre-configure {
copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
}

use_autoreconf yes
autoreconf.args -fvi

configure.args --disable-silent-rules \ configure.args --disable-silent-rules \
--enable-introspection=yes --enable-introspection=yes


Expand Down

0 comments on commit 33ee3e0

Please sign in to comment.