diff options
Diffstat (limited to 'gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.5')
-rw-r--r-- | gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.5 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.5 b/gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.5 new file mode 100644 index 000000000000..ce66c0c0c82d --- /dev/null +++ b/gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.9.5 @@ -0,0 +1,19 @@ +diff -ur gnustep-back-0.9.5/Fonts/GNUmakefile gnustep-back-0.9.5-test/Fonts/GNUmakefile +--- gnustep-back-0.9.5/Fonts/GNUmakefile 2005-02-22 22:47:34.000000000 -0500 ++++ gnustep-back-0.9.5-test/Fonts/GNUmakefile 2005-04-09 14:27:01.000000000 -0400 +@@ -21,7 +21,7 @@ + # License along with this library; if not, write to the Free + # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA. + +-GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) ++#GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) + + GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../back.make + include $(GNUSTEP_MAKEFILES)/common.make +@@ -36,5 +36,5 @@ + + include $(GNUSTEP_MAKEFILES)/rules.make + +--include GNUmakefile.postamble ++#-include GNUmakefile.postamble + |