[45445] trunk/dports/x11/xorg-liblbxutil/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Jan 16 00:10:10 PST 2009


Revision: 45445
          http://trac.macports.org/changeset/45445
Author:   jeremyhu at macports.org
Date:     2009-01-16 00:10:09 -0800 (Fri, 16 Jan 2009)
Log Message:
-----------
xorg-liblbxutil: autoreconf to build universal on Tiger (it was failing to build before there) see ticket #18028

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

Modified: trunk/dports/x11/xorg-liblbxutil/Portfile
===================================================================
--- trunk/dports/x11/xorg-liblbxutil/Portfile	2009-01-16 08:09:04 UTC (rev 45444)
+++ trunk/dports/x11/xorg-liblbxutil/Portfile	2009-01-16 08:10:09 UTC (rev 45445)
@@ -21,6 +21,10 @@
 use_parallel_build      yes
 
 depends_build   port:pkgconfig \
+                port:autoconf \
+                port:automake \
+                port:libtool \
+                port:xorg-util-macros \
 		port:xorg-xproto \
 		port:xorg-xextproto
 
@@ -28,6 +32,9 @@
 
 configure.cflags-append -Wl,-flat_namespace -Wl,-undefined,warning
 
+use_autoreconf yes
+autoreconf.args -fvi
+
 livecheck.check regex
 livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
 livecheck.regex liblbxutil-(\\d+(?:\\.\\d+)*)
@@ -41,6 +48,7 @@
 			xinstall -d ${destroot}${prefix}/share/doc/${name}
 			system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}/README.txt"
 		}
+		use_autoreconf no
 		use_configure no
 	}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090116/05141254/attachment.html>


More information about the macports-changes mailing list