[115599] trunk/dports/x11/qt3

ryandesign at macports.org ryandesign at macports.org
Mon Jan 6 10:01:04 PST 2014


Revision: 115599
          https://trac.macports.org/changeset/115599
Author:   ryandesign at macports.org
Date:     2014-01-06 10:01:04 -0800 (Mon, 06 Jan 2014)
Log Message:
-----------
qt3: fix for freetype 2.5.1+ (#41970)

Modified Paths:
--------------
    trunk/dports/x11/qt3/Portfile

Added Paths:
-----------
    trunk/dports/x11/qt3/files/patch-freetype-2.5.1.diff

Modified: trunk/dports/x11/qt3/Portfile
===================================================================
--- trunk/dports/x11/qt3/Portfile	2014-01-06 17:46:11 UTC (rev 115598)
+++ trunk/dports/x11/qt3/Portfile	2014-01-06 18:01:04 UTC (rev 115599)
@@ -42,7 +42,7 @@
 }
 
 patchfiles      qt3-tiger.patch dp01.patch macports-x11.patch \
-		patch-src_kernel_qpngio.cpp.diff
+                patch-src_kernel_qpngio.cpp.diff patch-freetype-2.5.1.diff
 
 patch {
     foreach p ${patchfiles} {

Added: trunk/dports/x11/qt3/files/patch-freetype-2.5.1.diff
===================================================================
--- trunk/dports/x11/qt3/files/patch-freetype-2.5.1.diff	                        (rev 0)
+++ trunk/dports/x11/qt3/files/patch-freetype-2.5.1.diff	2014-01-06 18:01:04 UTC (rev 115599)
@@ -0,0 +1,11 @@
+--- a/config.tests/x11/xfreetype.test	2004-08-09 15:16:57.000000000 -0500
++++ b/config.tests/x11/xfreetype.test	2014-01-06 11:57:29.000000000 -0600
+@@ -116,7 +116,7 @@
+ # check for freetype2 headers
+ FREETYPE2_INCDIR=
+ if [ "$XFT" = "yes" ]; then
+-    INC="freetype2/freetype/freetype.h"
++    INC="freetype2/freetype.h"
+     XDIRS=`sed -n -e '/^QMAKE_INCDIR_X11[	]*=/ { s/[^=]*=[	 ]*//; s/-I/ /g; p; }' $XCONFIG`
+     LDIRS=`sed -n -e '/^QMAKE_INCDIR[	]*=/ { s/[^=]*=[	 ]*//; s/-I/ /g; p; }' $XCONFIG`
+     INCDIRS="$IN_INCDIRS $XDIRS $LDIRS /usr/include /include"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140106/ef8e866a/attachment-0001.html>


More information about the macports-changes mailing list