summaryrefslogtreecommitdiff
path: root/x11
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
parentdcb3094a7b64fb474f390420c48a382b47a41ab3 (diff)
downloadpkgsrc-55d04b25249839131dfc2f637ad957ec42ab3404.tar.gz
Honor GNUSTEP_MAKEFILES.
Diffstat (limited to 'x11')
-rw-r--r--x11/gtoolkit/distinfo3
-rw-r--r--x11/gtoolkit/patches/patch-ab17
2 files changed, 19 insertions, 1 deletions
diff --git a/x11/gtoolkit/distinfo b/x11/gtoolkit/distinfo
index 70c31c187c4..7b08358b98b 100644
--- a/x11/gtoolkit/distinfo
+++ b/x11/gtoolkit/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 17:36:12 wiz Exp $
+$NetBSD: distinfo,v 1.4 2005/09/17 17:22:41 minskim Exp $
SHA1 (gtoolkit-0.9.5.tar.gz) = 8e1acfec076637983dd2875ce124c0001a4a9077
RMD160 (gtoolkit-0.9.5.tar.gz) = be597546cebc9ee9bdd4f4fc6c48e97ad8705652
Size (gtoolkit-0.9.5.tar.gz) = 385203 bytes
SHA1 (patch-aa) = 60b3a30cfa621e236e61bbbf3a09d99d715388f1
+SHA1 (patch-ab) = 0f481852dca3da71cec150825664daea09e7b832
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 ---
+