SOURCES: xosview-ac.patch (NEW) - ac fix

qboosh qboosh at pld-linux.org
Thu Oct 26 22:50:34 CEST 2006


Author: qboosh                       Date: Thu Oct 26 20:50:34 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- ac fix

---- Files affected:
SOURCES:
   xosview-ac.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xosview-ac.patch
diff -u /dev/null SOURCES/xosview-ac.patch:1.1
--- /dev/null	Thu Oct 26 22:50:34 2006
+++ SOURCES/xosview-ac.patch	Thu Oct 26 22:50:29 2006
@@ -0,0 +1,22 @@
+--- xosview-1.8.3/acinclude.m4.orig	2006-10-26 22:38:46.756988000 +0200
++++ xosview-1.8.3/acinclude.m4	2006-10-26 22:46:48.847117000 +0200
+@@ -137,7 +137,8 @@
+ #ifdef CONFIG_MODVERSIONS
+ yes
+ #endif
+-], [USE_MOD_VERSIONS=-DMODVERSIONS] AC_MSG_RESULT(yes), AC_MSG_RESULT(no))
++], [USE_MOD_VERSIONS=-DMODVERSIONS
++AC_MSG_RESULT(yes)], AC_MSG_RESULT(no))
+ SMP_LINUX
+ INSTALL_ARGS='-m 755'
+ fi
+@@ -158,7 +159,8 @@
+ #ifdef CONFIG_MODVERSIONS
+ yes
+ #endif
+-], [USE_MOD_VERSIONS=-DMODVERSIONS] AC_MSG_RESULT(yes), AC_MSG_RESULT(no))
++], [USE_MOD_VERSIONS=-DMODVERSIONS
++AC_MSG_RESULT(yes)], AC_MSG_RESULT(no))
+         SMP_LINUX
+ else
+         MEMSTAT=
================================================================


More information about the pld-cvs-commit mailing list