summaryrefslogtreecommitdiff
path: root/lang/cim/patches
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-05-11 03:33:57 +0000
committersnj <snj@pkgsrc.org>2004-05-11 03:33:57 +0000
commite70ce482affae53c8658f9838f004b2033e45e72 (patch)
tree66848f25d4464770fb5ef08d8df050a92eac9804 /lang/cim/patches
parent21a83360cff46f30da1814340e7ea644fc01bf14 (diff)
downloadpkgsrc-e70ce482affae53c8658f9838f004b2033e45e72.tar.gz
Convert to buildlink3.
Diffstat (limited to 'lang/cim/patches')
-rw-r--r--lang/cim/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/cim/patches/patch-ab b/lang/cim/patches/patch-ab
new file mode 100644
index 00000000000..0c2ef7a1b4f
--- /dev/null
+++ b/lang/cim/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/05/11 03:33:57 snj Exp $
+
+--- src/Makefile.in.orig 2004-05-10 19:45:42.000000000 -0700
++++ src/Makefile.in 2004-05-10 19:46:20.000000000 -0700
+@@ -355,7 +355,7 @@ maintainer-clean-generic clean mostlycle
+
+
+ cimcomp.o: cimcomp.c Makefile
+- $(COMPILE) '-DSCC="$(SCC)"' '-DSCFLAGS="$(SCFLAGS)"' '-DSLDFLAGS="$(SLDFLAGS)"' '-DSLIBS="$(SLIBS)"' '-DLIBDIR="$(libdir)"' '-DINCLUDEDIR="$(includedir)"' -c $(srcdir)/cimcomp.c
++ $(COMPILE) '-DSLIBS="$(SLIBS)"' -c $(srcdir)/cimcomp.c
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.