summaryrefslogtreecommitdiff
path: root/x11/gtoolkit
diff options
context:
space:
mode:
authorminskim <minskim>2005-09-22 01:10:55 +0000
committerminskim <minskim>2005-09-22 01:10:55 +0000
commitbfeec045f04f729fc68256ec85a824eabb4556e8 (patch)
tree4308ae0fe08973bb20783539ddf39079ea458faf /x11/gtoolkit
parent719dd9c492dc4e82b0ee24c0532541d9f8e806ee (diff)
downloadpkgsrc-bfeec045f04f729fc68256ec85a824eabb4556e8.tar.gz
Let gtoolkit-example honor GNUSTEP_MAKEFILES.
Diffstat (limited to 'x11/gtoolkit')
-rw-r--r--x11/gtoolkit/distinfo3
-rw-r--r--x11/gtoolkit/patches/patch-ac17
2 files changed, 19 insertions, 1 deletions
diff --git a/x11/gtoolkit/distinfo b/x11/gtoolkit/distinfo
index 7b08358b98b..dfcae875805 100644
--- a/x11/gtoolkit/distinfo
+++ b/x11/gtoolkit/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2005/09/17 17:22:41 minskim Exp $
+$NetBSD: distinfo,v 1.5 2005/09/22 01:10:55 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
+SHA1 (patch-ac) = 5e2be3ad68e91f1956dea025ad5faf6191f036c1
diff --git a/x11/gtoolkit/patches/patch-ac b/x11/gtoolkit/patches/patch-ac
new file mode 100644
index 00000000000..8cf7de0bb52
--- /dev/null
+++ b/x11/gtoolkit/patches/patch-ac
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.1 2005/09/22 01:10:55 minskim Exp $
+
+--- Examples/Makefile.gnustep.orig 2002-03-07 00:04:29.000000000 -0800
++++ Examples/Makefile.gnustep
+@@ -22,10 +22,10 @@ style_OBJC_FILES = style.m
+ windows_OBJC_FILES = windows.m
+ xml_OBJC_FILES = xml.m
+
+-include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
++include $(GNUSTEP_MAKEFILES)/common.make
+
+ -include Makefile.preamble
+-include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/gtk-tool.make
++include $(GNUSTEP_MAKEFILES)/gtk-tool.make
+ -include Makefile.postamble
+ #> --- do not remove this line ---
+