[122820] trunk/dports/gnome/libgnomecups/Portfile

devans at macports.org devans at macports.org
Thu Jul 31 00:19:30 PDT 2014


Revision: 122820
          https://trac.macports.org/changeset/122820
Author:   devans at macports.org
Date:     2014-07-31 00:19:30 -0700 (Thu, 31 Jul 2014)
Log Message:
-----------
libgnomecups: autoreconf with our intltool.m4, dependencies, minimize compile warnings.

Modified Paths:
--------------
    trunk/dports/gnome/libgnomecups/Portfile

Modified: trunk/dports/gnome/libgnomecups/Portfile
===================================================================
--- trunk/dports/gnome/libgnomecups/Portfile	2014-07-31 03:02:29 UTC (rev 122819)
+++ trunk/dports/gnome/libgnomecups/Portfile	2014-07-31 07:19:30 UTC (rev 122820)
@@ -25,7 +25,6 @@
                 rmd160 22b833359aae237067919e76c2345689e1d0505a
 
 depends_build   port:pkgconfig \
-                path:bin/perl:perl5 \
                 port:gnome-common \
                 port:intltool
 
@@ -35,7 +34,14 @@
 
 patchfiles      patch-glib-2.32.diff
 
-configure.args  --mandir=${prefix}/share/man
+# autoreconf to reconfigure with our intltool.m4
+
+use_autoreconf  yes
+autoreconf.args -fvi
+
+configure.args  --mandir=${prefix}/share/man \
+                --enable-compile-warnings=minimum
+
 configure.cppflags-append -D_IPP_PRIVATE_STRUCTURES=1
 
 platform darwin 8 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140731/78bcd654/attachment-0001.html>


More information about the macports-changes mailing list