diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-01 13:46:05 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-01 13:46:05 +0000 |
commit | ed00bc13af94b29d970f8a2c818dd959b09a4728 (patch) | |
tree | 3b96108e283b351049f91da3427d2628ae5a8426 /devel/gnustep-make/files/configure.patch | |
parent | Fix a typo in the Makefile; this fixes the build on alpha 5.1. (diff) |
- Add WITH_GNUSTEP_DEVEL
Diffstat (limited to 'devel/gnustep-make/files/configure.patch')
-rw-r--r-- | devel/gnustep-make/files/configure.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gnustep-make/files/configure.patch b/devel/gnustep-make/files/configure.patch new file mode 100644 index 000000000000..2bb5871d3242 --- /dev/null +++ b/devel/gnustep-make/files/configure.patch @@ -0,0 +1,11 @@ +--- configure.orig Tue May 20 05:22:53 2003 ++++ configure Tue May 27 23:48:05 2003 +@@ -2902,7 +2902,7 @@ + # Makefiles dir in the previous location, reset this variable to + # 'Makefiles' and regenerate configure. Note this doesn't change all + # occurances. +-MAKEFILES_SUFFIX=Library/Makefiles ++MAKEFILES_SUFFIX=Makefiles + + + # HOST_INSTALL is the name of the install program in config.make so set it up |