pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gtoolkit Honor GNUSTEP_MAKEFILES.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a371d8577d67
branches: trunk
changeset: 499268:a371d8577d67
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Sep 17 17:22:41 2005 +0000
description:
Honor GNUSTEP_MAKEFILES.
diffstat:
x11/gtoolkit/distinfo | 3 ++-
x11/gtoolkit/patches/patch-ab | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 91a3f12d27e9 -r a371d8577d67 x11/gtoolkit/distinfo
--- a/x11/gtoolkit/distinfo Sat Sep 17 17:06:27 2005 +0000
+++ b/x11/gtoolkit/distinfo Sat Sep 17 17:22:41 2005 +0000
@@ -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 -r 91a3f12d27e9 -r a371d8577d67 x11/gtoolkit/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtoolkit/patches/patch-ab Sat Sep 17 17:22:41 2005 +0000
@@ -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 ---
+
Home |
Main Index |
Thread Index |
Old Index