[72487] trunk/dports/x11/xorg-libice/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sun Oct 17 21:26:17 PDT 2010
Revision: 72487
http://trac.macports.org/changeset/72487
Author: jeremyhu at macports.org
Date: 2010-10-17 21:26:15 -0700 (Sun, 17 Oct 2010)
Log Message:
-----------
xorg-libice: Fix include ordering to fix build with ancient libice installed in prefix, #26874
Modified Paths:
--------------
trunk/dports/x11/xorg-libice/Portfile
Modified: trunk/dports/x11/xorg-libice/Portfile
===================================================================
--- trunk/dports/x11/xorg-libice/Portfile 2010-10-18 04:15:16 UTC (rev 72486)
+++ trunk/dports/x11/xorg-libice/Portfile 2010-10-18 04:26:15 UTC (rev 72487)
@@ -22,12 +22,19 @@
rmd160 6b9e6e649ac227210f3e3afdfa8376d659750321
depends_build port:pkgconfig \
+ port:xorg-util-macros \
port:xorg-xtrans
depends_lib port:xorg-xproto
build.args V=1
+patchfiles correct_includes.patch
+patch.pre_args -p1
+
+use_autoreconf yes
+autoreconf.args -fvi
+
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]?C=M&O=D
livecheck.regex libICE-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101017/c119e4e5/attachment.html>
More information about the macports-changes
mailing list