diff options
Diffstat (limited to 'devel/gnustep-base/patches/patch-ad')
-rw-r--r-- | devel/gnustep-base/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/gnustep-base/patches/patch-ad b/devel/gnustep-base/patches/patch-ad new file mode 100644 index 00000000000..5de441b36fa --- /dev/null +++ b/devel/gnustep-base/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.3 2004/11/16 01:16:06 rh Exp $ + +--- GNUmakefile.orig 2003-06-20 07:39:50.000000000 +1000 ++++ GNUmakefile +@@ -50,7 +50,7 @@ PACKAGE_NAME = gnustep-base + # + # The list of subproject directories + # +-SUBPROJECTS = Source SSL Tools NSCharacterSets NSTimeZones Resources ++SUBPROJECTS = Source Tools NSCharacterSets NSTimeZones Resources + + -include Makefile.preamble + |