Ticket #42956: patch-tracker.diff

File patch-tracker.diff, 1.2 KB (added by dbevans (David B. Evans), 10 years ago)

Patch to fix configuration errors

  • Portfile

     
    5454#depends_run         port:gnome-settings-daemon \
    5555#                    port:yelp
    5656
     57patchfiles          patch-configure.ac.diff
     58
     59# update m4/intltool.m4 and autoreconf
     60
     61pre-configure {
     62    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
     63}
     64
     65use_autoreconf      yes
     66autoreconf.args     -fvi
     67
    5768configure.args      --disable-schemas-compile \
    5869                    --disable-silent-rules \
    5970                    --disable-functional-tests \
  • files/patch-configure.ac.diff

     
     1--- configure.ac.orig   2014-03-21 10:36:04.000000000 -0700
     2+++ configure.ac        2014-03-21 10:37:09.000000000 -0700
     3@@ -497,8 +497,8 @@
     4 ####################################################################
     5 IT_PROG_INTLTOOL([0.40.0])
     6 
     7-AM_GNU_GETTEXT_VERSION([0.17])
     8-AM_GNU_GETTEXT([external])
     9+#AM_GNU_GETTEXT_VERSION([0.17])
     10+#AM_GNU_GETTEXT([external])
     11 
     12 GETTEXT_PACKAGE=AC_PACKAGE_NAME
     13 AC_SUBST(GETTEXT_PACKAGE)