diff options
author | minskim <minskim> | 2005-09-17 17:22:41 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-09-17 17:22:41 +0000 |
commit | a84765985e0475271240b4f5b5e4d0b5bf090fe9 (patch) | |
tree | da3b8e838e1882718bd043ed5efac0ddb52c45ea /x11/gtoolkit | |
parent | 94b142da095a64206f31f8bbc9193e74b70c9b46 (diff) | |
download | pkgsrc-a84765985e0475271240b4f5b5e4d0b5bf090fe9.tar.gz |
Honor GNUSTEP_MAKEFILES.
Diffstat (limited to 'x11/gtoolkit')
-rw-r--r-- | x11/gtoolkit/distinfo | 3 | ||||
-rw-r--r-- | x11/gtoolkit/patches/patch-ab | 17 |
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 --- + |