From: Jan Palus Date: Sat, 21 Jan 2006 12:03:32 +0000 (+0000) Subject: - use GNUSTEP_ROOT instead of GNUSTEP_LOCAL_ROOT X-Git-Tag: auto/th/WindowMaker-0_92_0-0_3~11 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2FWindowMaker.git;a=commitdiff_plain;h=0a0450c5b3df6c7dd817bf7fddd002bf6384f02e - use GNUSTEP_ROOT instead of GNUSTEP_LOCAL_ROOT Changed files: WindowMaker-gnustep.patch -> 1.1 --- diff --git a/WindowMaker-gnustep.patch b/WindowMaker-gnustep.patch new file mode 100644 index 0000000..21fbf56 --- /dev/null +++ b/WindowMaker-gnustep.patch @@ -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 +