diff options
Diffstat (limited to 'graphics/RenderKit/patches/patch-ab')
-rw-r--r-- | graphics/RenderKit/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/RenderKit/patches/patch-ab b/graphics/RenderKit/patches/patch-ab new file mode 100644 index 00000000000..546a7c75b19 --- /dev/null +++ b/graphics/RenderKit/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2005/09/17 14:51:43 minskim Exp $ + +--- GNUmakefile.orig 2001-08-05 04:35:46.000000000 -0700 ++++ GNUmakefile +@@ -25,7 +25,7 @@ + + # Install into the system root by default + GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT) +-GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles ++GNUSTEP_MAKEFILES ?= $(GNUSTEP_SYSTEM_ROOT)/Makefiles + + include $(GNUSTEP_MAKEFILES)/common.make + |