diff options
author | adam <adam@pkgsrc.org> | 2008-05-25 08:16:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-05-25 08:16:06 +0000 |
commit | d57ba6315f2cdc4d5f689e59bdc5a1d92360884a (patch) | |
tree | cce32b1f5f2ff214a949824400464e745dbda81d /devel/gnustep-make/patches | |
parent | d93fde219d660f681a0d0c53fed366b74d3dc1f3 (diff) | |
download | pkgsrc-d57ba6315f2cdc4d5f689e59bdc5a1d92360884a.tar.gz |
Changes 2.0.5:
* Bug fixes
Diffstat (limited to 'devel/gnustep-make/patches')
-rw-r--r-- | devel/gnustep-make/patches/patch-ad | 10 | ||||
-rw-r--r-- | devel/gnustep-make/patches/patch-ae | 20 |
2 files changed, 15 insertions, 15 deletions
diff --git a/devel/gnustep-make/patches/patch-ad b/devel/gnustep-make/patches/patch-ad index b69730bff2c..8d8b8eba2d7 100644 --- a/devel/gnustep-make/patches/patch-ad +++ b/devel/gnustep-make/patches/patch-ad @@ -1,13 +1,13 @@ -$NetBSD: patch-ad,v 1.6 2007/11/25 14:42:02 adam Exp $ +$NetBSD: patch-ad,v 1.7 2008/05/25 08:16:06 adam Exp $ ---- configure.orig 2007-05-25 15:12:35.000000000 +0200 +--- configure.orig 2008-03-04 00:24:48.000000000 +0100 +++ configure -@@ -4716,7 +4716,7 @@ echo $ECHO_N "checking if the compiler s +@@ -5827,7 +5827,7 @@ echo $ECHO_N "checking if the compiler s # What we want to do: set AUTO_DEPENDENCIES to yes if gcc => 3.x AUTO_DEPENDENCIES="" -if test ! ${GCC} = "yes" ; then +if test "X${GCC}" != "Xyes" ; then - echo "$as_me:$LINENO: result: no: it's not gcc" >&5 - echo "${ECHO_T}no: it's not gcc" >&6 + { echo "$as_me:$LINENO: result: no: it's not gcc" >&5 + echo "${ECHO_T}no: it's not gcc" >&6; } else diff --git a/devel/gnustep-make/patches/patch-ae b/devel/gnustep-make/patches/patch-ae index bd0d78d59d7..27071c2496b 100644 --- a/devel/gnustep-make/patches/patch-ae +++ b/devel/gnustep-make/patches/patch-ae @@ -1,17 +1,17 @@ -$NetBSD: patch-ae,v 1.6 2007/11/25 14:42:02 adam Exp $ +$NetBSD: patch-ae,v 1.7 2008/05/25 08:16:06 adam Exp $ ---- GNUmakefile.in.orig 2007-03-08 18:15:05.000000000 +0100 +--- GNUmakefile.in.orig 2008-01-17 03:44:27.000000000 +0100 +++ GNUmakefile.in -@@ -133,9 +133,9 @@ install: generated-files - $(makedir)/Instance \ - $(makedir)/Instance/Shared \ - $(makedir)/Instance/Documentation) +@@ -171,9 +171,9 @@ install: generated-files + "$(makedir)/Instance" \ + "$(makedir)/Instance/Shared" \ + "$(makedir)/Instance/Documentation") - $(EC)(echo "Installing GNUstep configuration file in $(GNUSTEP_CONFIG_FILE)"; \ -- $(srcdir)/mkinstalldirs "$(GNUSTEP_CONFIG_FILE_DIR)"; \ -- $(INSTALL_DATA) GNUstep.conf "$(GNUSTEP_CONFIG_FILE)") +- "$(srcdir)/mkinstalldirs" "$(GNUSTEP_CONFIG_FILE_DIR)"; \ +- $(INSTALL_DATA) $(GNUSTEP_DOT_CONF_FILE) "$(GNUSTEP_CONFIG_FILE)") + $(EC)(echo "Installing GNUstep configuration file"; \ -+ $(srcdir)/mkinstalldirs "${PREFIX}/share/examples/GNUstep"; \ -+ $(INSTALL_DATA) GNUstep.conf "${PREFIX}/share/examples/GNUstep") ++ "$(srcdir)/mkinstalldirs" "${PREFIX}/share/examples/GNUstep"; \ ++ $(INSTALL_DATA) $(GNUSTEP_DOT_CONF_FILE) "${PREFIX}/share/examples/GNUstep") $(EC)(echo "Installing gnustep-make support software") $(EC)(for f in config.guess config.sub install-sh mkinstalldirs \ clean_cpu.sh clean_os.sh \ |