SOURCES: openmotif-libtool.patch (NEW) - libtool-2.2.4 buildfix

adamg adamg at pld-linux.org
Tue Jul 22 16:28:31 CEST 2008


Author: adamg                        Date: Tue Jul 22 14:28:31 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- libtool-2.2.4 buildfix

---- Files affected:
SOURCES:
   openmotif-libtool.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/openmotif-libtool.patch
diff -u /dev/null SOURCES/openmotif-libtool.patch:1.1
--- /dev/null	Tue Jul 22 16:28:31 2008
+++ SOURCES/openmotif-libtool.patch	Tue Jul 22 16:28:25 2008
@@ -0,0 +1,48 @@
+http://bugs.motifzone.net/show_bug.cgi?id=1429
+--- a/ac_find_xft.m4	2008-06-18 12:39:19.000000000 +0200
++++ b/ac_find_xft.m4	2008-06-18 12:40:14.000000000 +0200
+@@ -77,7 +77,7 @@
+ CPPFLAGS="$CPPFLAGS $FREETYPE_CFLAGS"
+ AC_CHECK_HEADERS(freetype/freetype.h)
+ 
+-LT_HAVE_FREETYPE="no"
++FINDXFT_HAVE_FREETYPE="no"
+ case "$ac_cv_header_freetype_freetype_h" in
+ no)
+ 	CPPFLAGS="$saved_CPPFLAGS"
+@@ -91,7 +91,7 @@
+ 		LIBS="$saved_LIBS"
+ 		;;
+ 	yes)
+-		LT_HAVE_FREETYPE="yes"
++		FINDXFT_HAVE_FREETYPE="yes"
+ 		AC_DEFINE(HAVE_FREETYPE, 1, Means we have discovered the FreeType library)
+ 		AC_SUBST(FREETYPE_CFLAGS)
+ 		;;
+@@ -131,7 +131,7 @@
+ #
+ # Check X configuration
+ #
+-LT_HAVE_XRENDER="no"
++FINDXFT_HAVE_XRENDER="no"
+ case "$have_x" in
+ yes)
+ 	XRENDER_CFLAGS="-I$x_includes"
+@@ -156,7 +156,7 @@
+ 			LIBS="$saved_LIBS"
+ 			;;
+ 		yes)
+-			LT_HAVE_XRENDER="yes"
++			FINDXFT_HAVE_XRENDER="yes"
+ 			AC_DEFINE(HAVE_XRENDER, 1, Means we have discovered the Xrender library)
+ 			AC_SUBST(XRENDER_CFLAGS)
+ 			AC_SUBST(XRENDER_LIBS)
+@@ -251,7 +251,7 @@
+ dnl Should this be conditionally defined ?
+ dnl
+ 
+-dnl if test "$LT_HAVE_XRENDER" = "yes" -a "$LT_HAVE_FREETYPE" = "yes"
++dnl if test "$FINDXFT_HAVE_XRENDER" = "yes" -a "$FINDXFT_HAVE_FREETYPE" = "yes"
+ dnl then
+  	AC_DEFINE(USE_XFT, 1, This means we will be using the Xft library)
+ CFLAGS="$CFLAGS `pkg-config xft --cflags`"
================================================================


More information about the pld-cvs-commit mailing list