[72488] trunk/dports/x11/xorg-libice

jeremyhu at macports.org jeremyhu at macports.org
Sun Oct 17 21:28:19 PDT 2010


Revision: 72488
          http://trac.macports.org/changeset/72488
Author:   jeremyhu at macports.org
Date:     2010-10-17 21:28:17 -0700 (Sun, 17 Oct 2010)
Log Message:
-----------
xorg-libice: Actually add the patch

Added Paths:
-----------
    trunk/dports/x11/xorg-libice/files/
    trunk/dports/x11/xorg-libice/files/correct_includes.patch

Added: trunk/dports/x11/xorg-libice/files/correct_includes.patch
===================================================================
--- trunk/dports/x11/xorg-libice/files/correct_includes.patch	                        (rev 0)
+++ trunk/dports/x11/xorg-libice/files/correct_includes.patch	2010-10-18 04:28:17 UTC (rev 72488)
@@ -0,0 +1,12 @@
+--- libICE-1.0.6/src/Makefile.am.orig	2010-10-17 21:21:54.000000000 -0700
++++ libICE-1.0.6/src/Makefile.am	2010-10-17 21:22:04.000000000 -0700
+@@ -1,6 +1,8 @@
+ lib_LTLIBRARIES=libICE.la
++
++AM_CPPFLAGS = -I${top_srcdir}/include
+ 
+-AM_CFLAGS= -I${top_srcdir}/include $(ICE_CFLAGS) $(XTRANS_CFLAGS) \
++AM_CFLAGS= $(ICE_CFLAGS) $(XTRANS_CFLAGS) \
+ 	-DICE_t -DTRANS_CLIENT -DTRANS_SERVER
+ 
+ libICE_la_LDFLAGS = -version-number 6:3:0 -no-undefined
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101017/7cbc85c2/attachment.html>


More information about the macports-changes mailing list