SOURCES: xorg-xphelloworld-pkgconfig.patch - fix libXm detection

qboosh qboosh at pld-linux.org
Mon Oct 16 01:18:32 CEST 2006


Author: qboosh                       Date: Sun Oct 15 23:18:32 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix libXm detection

---- Files affected:
SOURCES:
   xorg-xphelloworld-pkgconfig.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/xorg-xphelloworld-pkgconfig.patch
diff -u SOURCES/xorg-xphelloworld-pkgconfig.patch:1.1 SOURCES/xorg-xphelloworld-pkgconfig.patch:1.2
--- SOURCES/xorg-xphelloworld-pkgconfig.patch:1.1	Sat Oct 22 16:48:20 2005
+++ SOURCES/xorg-xphelloworld-pkgconfig.patch	Mon Oct 16 01:18:26 2006
@@ -1,6 +1,6 @@
 --- xphelloworld-0.99.1/configure.ac.orig	2005-10-19 02:47:56.000000000 +0000
 +++ xphelloworld-0.99.1/configure.ac	2005-10-22 14:37:34.000000000 +0000
-@@ -45,6 +45,8 @@
+@@ -45,11 +45,11 @@
     build_motifapps=no
  fi
  
@@ -8,4 +8,10 @@
 +
  if [[ -z $motif_libs ]] ; then
     PKG_CHECK_MODULES(X11, x11)
-    AC_CHECK_LIB(Xm, XmFontListCreate, build_motifapps=no, [$X11])
+-   AC_CHECK_LIB(Xm, XmFontListCreate, build_motifapps=no, [$X11])
+-   echo motif library not found
+-   build_motifapps=no
++   AC_CHECK_LIB(Xm, XmFontListCreate, [], build_motifapps=no, [$X11])
+ fi
+ 
+ if test x$build_motifapps = xyes ; then
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/xorg-xphelloworld-pkgconfig.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list