summaryrefslogtreecommitdiff
path: root/cad/gnucap/patches/patch-ad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-11-08 00:54:22 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-11-08 00:54:22 +0000
commit78972860f4e6fce0fdbce773bddadde85acaef6f (patch)
treef1a3f3b6ab2e1b6b622e0eadd995bba712d06685 /cad/gnucap/patches/patch-ad
parent295e05d4b0566f0a98690df71edc222408b869aa (diff)
downloadpkgsrc-78972860f4e6fce0fdbce773bddadde85acaef6f.tar.gz
create a 'pkgsrc' type system in the gnucap build system and call that
rather than using LOWER_OPSYS. This is because the couple of os's that had correct targets were the same and others that pkgsrc works on aren't listed at all (like solaris). Fixes build problems noted on solaris.
Diffstat (limited to 'cad/gnucap/patches/patch-ad')
-rw-r--r--cad/gnucap/patches/patch-ad16
1 files changed, 16 insertions, 0 deletions
diff --git a/cad/gnucap/patches/patch-ad b/cad/gnucap/patches/patch-ad
new file mode 100644
index 00000000000..f5d547a053b
--- /dev/null
+++ b/cad/gnucap/patches/patch-ad
@@ -0,0 +1,16 @@
+$NetBSD: patch-ad,v 1.1 2003/11/08 00:54:22 dmcmahill Exp $
+
+--- src/Makefile.orig 2002-11-06 02:47:55.000000000 -0500
++++ src/Makefile
+@@ -77,6 +77,11 @@ netbsd: nothing
+ cat Make1 Make2.g++ Make3 Make.depend >NETBSD/Makefile
+ (cd NETBSD; ${MAKE} -k)
+ #-----------------------------------------------------------------------------
++pkgsrc: nothing
++ -mkdir PKGSRC
++ cat Make1 Make2.g++ Make3 Make.depend >PKGSRC/Makefile
++ (cd PKGSRC; ${MAKE} -k)
++#-----------------------------------------------------------------------------
+ next: nothing
+ -mkdir NEXT
+ cat Make1 Make2.g++ Make3 Make.depend >NEXT/Makefile