]> git.pld-linux.org Git - packages/WindowMaker.git/commitdiff
- use GNUSTEP_ROOT instead of GNUSTEP_LOCAL_ROOT
authorJan Palus <jan.palus@gmail.com>
Sat, 21 Jan 2006 12:03:32 +0000 (12:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WindowMaker-gnustep.patch -> 1.1

WindowMaker-gnustep.patch [new file with mode: 0644]

diff --git a/WindowMaker-gnustep.patch b/WindowMaker-gnustep.patch
new file mode 100644 (file)
index 0000000..21fbf56
--- /dev/null
@@ -0,0 +1,30 @@
+--- configure.ac.orig  2006-01-21 12:34:02.000000000 +0100
++++ configure.ac       2006-01-21 12:34:41.000000000 +0100
+@@ -825,7 +825,7 @@
+ AC_DEFINE_UNQUOTED(SYSCONFDIR, "$_sysconfdir", [where the configuration is stored (defined by configure)])
+-dnl Support for GNUSTEP_LOCAL_ROOT, for WPrefs.app
++dnl Support for GNUSTEP_ROOT, for WPrefs.app
+ dnl ==============================================
+ AC_ARG_WITH(appspath,
+@@ -833,15 +833,15 @@
+ appspath=$with_gnustepdir
+-if test "x$appspath$GNUSTEP_LOCAL_ROOT" = "x"; then
++if test "x$appspath$GNUSTEP_ROOT" = "x"; then
+     wprefs_base_dir=${prefix}
+     wprefs_datadir="${datadir}/WPrefs"
+     wprefs_bindir="${bindir}"
+ else
+     gnustepdir=$appspath
+-    if test "x$GNUSTEP_LOCAL_ROOT" != "x" ; then
+-      gnustepdir=`echo "$GNUSTEP_LOCAL_ROOT" | sed -e "s|^${prefix}|prefix|"`
++    if test "x$GNUSTEP_ROOT" != "x" ; then
++      gnustepdir=`echo "$GNUSTEP_ROOT" | sed -e "s|^${prefix}|prefix|"`
+       gnustepdir=`echo $gnustepdir | sed -e 's|^prefix|${prefix}|'`
+     fi
This page took 0.105258 seconds and 4 git commands to generate.