SF.net SVN: gar:[22178] csw/mgar/pkg/tk85/trunk

lblume at users.sourceforge.net lblume at users.sourceforge.net
Tue Oct 8 23:34:05 CEST 2013


Revision: 22178
          http://gar.svn.sourceforge.net/gar/?rev=22178&view=rev
Author:   lblume
Date:     2013-10-08 21:34:05 +0000 (Tue, 08 Oct 2013)
Log Message:
-----------
tk85/trunk: Fix for Xft detection

Modified Paths:
--------------
    csw/mgar/pkg/tk85/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/tk85/trunk/files/0003-make-xft-use-pkgconfig.patch

Modified: csw/mgar/pkg/tk85/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tk85/trunk/Makefile	2013-10-08 20:33:40 UTC (rev 22177)
+++ csw/mgar/pkg/tk85/trunk/Makefile	2013-10-08 21:34:05 UTC (rev 22178)
@@ -21,6 +21,7 @@
 
 PATCHFILES += 0001-disable-libsunmath.patch
 PATCHFILES += 0002-CFLAGS-should-be-at-the-end.patch
+PATCHFILES += 0003-make-xft-use-pkgconfig.patch
 
 PACKAGES += CSWtk
 SPKG_DESC_CSWtk = GUI toolkit for tcl

Added: csw/mgar/pkg/tk85/trunk/files/0003-make-xft-use-pkgconfig.patch
===================================================================
--- csw/mgar/pkg/tk85/trunk/files/0003-make-xft-use-pkgconfig.patch	                        (rev 0)
+++ csw/mgar/pkg/tk85/trunk/files/0003-make-xft-use-pkgconfig.patch	2013-10-08 21:34:05 UTC (rev 22178)
@@ -0,0 +1,13 @@
+--- a/unix/configure
++++ b/unix/configure
+@@ -10548,8 +10548,8 @@ fi;
+ echo "${ECHO_T}$enable_xft" >&6
+     else
+ 	found_xft="yes"
+-			XFT_CFLAGS=`xft-config --cflags 2>/dev/null` || found_xft="no"
+-	XFT_LIBS=`xft-config --libs 2>/dev/null` || found_xft="no"
++	false || found_xft="no"
++	false || found_xft="no"
+ 	if test "$found_xft" = "no" ; then
+ 	    found_xft=yes
+ 	    XFT_CFLAGS=`pkg-config --cflags xft 2>/dev/null` || found_xft="no"

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list