diff options
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 |