packages: R/R-install.patch (NEW) - reverse if condition to avoid errors

lisu lisu at pld-linux.org
Tue Apr 26 13:46:40 CEST 2011


Author: lisu                         Date: Tue Apr 26 11:46:40 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- reverse if condition to avoid errors

---- Files affected:
packages/R:
   R-install.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/R/R-install.patch
diff -u /dev/null packages/R/R-install.patch:1.1
--- /dev/null	Tue Apr 26 13:46:40 2011
+++ packages/R/R-install.patch	Tue Apr 26 13:46:35 2011
@@ -0,0 +1,14 @@
+--- R-2.13.0/configure.ac~	2011-03-31 00:05:02.000000000 +0200
++++ R-2.13.0/configure.ac	2011-04-26 11:11:24.466666842 +0200
+@@ -538,9 +538,9 @@
+ AC_PATH_PROG(GETWD, pwd, pwd)
+ AC_MSG_CHECKING([whether builddir is srcdir])
+ if test "`cd \"${srcdir}\" && ${GETWD}`" = "`${GETWD}`"; then
+-  BUILDDIR_IS_SRCDIR=yes
+-else
+   BUILDDIR_IS_SRCDIR=no
++else
++  BUILDDIR_IS_SRCDIR=yes
+ fi
+ AC_SUBST(BUILDDIR_IS_SRCDIR)
+ AC_MSG_RESULT([${BUILDDIR_IS_SRCDIR}])
================================================================


More information about the pld-cvs-commit mailing list