diff options
Diffstat (limited to 'gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.10.3')
-rw-r--r-- | gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.10.3 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.10.3 b/gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.10.3 new file mode 100644 index 000000000000..1406378c5f1c --- /dev/null +++ b/gnustep-base/gnustep-back-xlib/files/font-make-fix.patch-0.10.3 @@ -0,0 +1,11 @@ +--- Fonts/GNUmakefile ++++ Fonts/GNUmakefile +@@ -27,7 +27,7 @@ + include $(GNUSTEP_MAKEFILES)/common.make + + #RESOURCE_SET_NAME = back-resources +-back-resources_RESOURCE_FILES_INSTALL_DIR = Library/Fonts ++back-resources_RESOURCE_FILES_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/Fonts + back-resources_RESOURCE_FILES = $(FONT_INSTALL_FILES) + + FONT_INSTALL_FILES = Helvetica.nfont |