[53730] trunk/dports/x11/xorg-libX11/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Jul 12 19:31:15 PDT 2009


Revision: 53730
          http://trac.macports.org/changeset/53730
Author:   jeremyhu at macports.org
Date:     2009-07-12 19:31:15 -0700 (Sun, 12 Jul 2009)
Log Message:
-----------
xorg-libX11: autoreconf for CC... if your CC fails, update xorg-util-macros

Modified Paths:
--------------
    trunk/dports/x11/xorg-libX11/Portfile

Modified: trunk/dports/x11/xorg-libX11/Portfile
===================================================================
--- trunk/dports/x11/xorg-libX11/Portfile	2009-07-13 02:20:55 UTC (rev 53729)
+++ trunk/dports/x11/xorg-libX11/Portfile	2009-07-13 02:31:15 UTC (rev 53730)
@@ -20,7 +20,11 @@
 use_parallel_build      yes
 
 depends_build   port:pkgconfig \
-                port:xorg-xtrans
+                port:xorg-xtrans \
+		port:libtool \
+		port:autoconf \
+		port:automake \
+		port:xorg-util-macros
 
 depends_lib     port:xorg-libXdmcp \
                 port:xorg-libXau \
@@ -32,6 +36,9 @@
                 port:xorg-inputproto \
                 port:xorg-kbproto
 
+use_autoreconf yes
+autoreconf.args -fvi
+
 configure.args  --without-xcb
 variant x11_xcb description "use XCB for low-level protocol implementation" {
 	depends_lib-append port:xorg-libxcb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090712/f8db4c5c/attachment.html>


More information about the macports-changes mailing list