summaryrefslogtreecommitdiff
path: root/x11/gtoolkit/patches
diff options
context:
space:
mode:
authorminskim <minskim>2005-09-17 17:22:41 +0000
committerminskim <minskim>2005-09-17 17:22:41 +0000
commit55d04b25249839131dfc2f637ad957ec42ab3404 (patch)
treeda3b8e838e1882718bd043ed5efac0ddb52c45ea /x11/gtoolkit/patches
parentdcb3094a7b64fb474f390420c48a382b47a41ab3 (diff)
downloadpkgsrc-55d04b25249839131dfc2f637ad957ec42ab3404.tar.gz
Honor GNUSTEP_MAKEFILES.
Diffstat (limited to 'x11/gtoolkit/patches')
-rw-r--r--x11/gtoolkit/patches/patch-ab17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/gtoolkit/patches/patch-ab b/x11/gtoolkit/patches/patch-ab
new file mode 100644
index 00000000000..6c3a5924d95
--- /dev/null
+++ b/x11/gtoolkit/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1 2005/09/17 17:22:41 minskim Exp $
+
+--- GToolKit/Makefile.gnustep.orig 2002-03-07 00:31:40.000000000 -0800
++++ GToolKit/Makefile.gnustep
+@@ -48,10 +48,10 @@ $(LIBRARY_NAME)_HEADER_FILES_DIR = .
+ $(LIBRARY_NAME)_HEADER_FILES_INSTALL_DIR = GToolKit
+
+ -include $(top_builddir)/config.mk
+-include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
++include $(GNUSTEP_MAKEFILES)/common.make
+
+ -include Makefile.preamble
+-include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/library.make
++include $(GNUSTEP_MAKEFILES)/library.make
+ -include Makefile.postamble
+ #> --- do not remove this line ---
+