summaryrefslogtreecommitdiff
path: root/math/cassowary
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-12-27 02:17:57 +0000
committerjschauma <jschauma@pkgsrc.org>2002-12-27 02:17:57 +0000
commitc4f93d486414e816ed90c1aef09240657f4bebcc (patch)
tree03147461cd7de51b43a8de4d6f7e47888a60b91d /math/cassowary
parent0ca251ca6841b3d8daeb4df80b26961e28516e60 (diff)
downloadpkgsrc-c4f93d486414e816ed90c1aef09240657f4bebcc.tar.gz
guile-snarf wants the filename as the first argument, so patch accordingly.
Should fix problems seen in Huberts latest bulk build.
Diffstat (limited to 'math/cassowary')
-rw-r--r--math/cassowary/distinfo3
-rw-r--r--math/cassowary/patches/patch-ad18
2 files changed, 20 insertions, 1 deletions
diff --git a/math/cassowary/distinfo b/math/cassowary/distinfo
index b31881c53f5..4369bd9b98c 100644
--- a/math/cassowary/distinfo
+++ b/math/cassowary/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2002/03/25 01:04:46 jmc Exp $
+$NetBSD: distinfo,v 1.4 2002/12/27 02:17:57 jschauma Exp $
SHA1 (cassowary-0.60.tar.gz) = 1c9bb84c3e6936cc85d8f660a9ac12017dd631a7
Size (cassowary-0.60.tar.gz) = 1605222 bytes
SHA1 (patch-aa) = 32c7d9db43bea9b9114c4091cd0687b558211a94
SHA1 (patch-ab) = 66119674c748ea04a16b1c91850b4e6acc831ec4
SHA1 (patch-ac) = cf3a4545fafcbed8803d8f0cbabb4d027f25f695
+SHA1 (patch-ad) = 84231eed9a335251af62cccba2d60b3f98d8ba48
diff --git a/math/cassowary/patches/patch-ad b/math/cassowary/patches/patch-ad
new file mode 100644
index 00000000000..436a251208a
--- /dev/null
+++ b/math/cassowary/patches/patch-ad
@@ -0,0 +1,18 @@
+$NetBSD: patch-ad,v 1.4 2002/12/27 02:17:58 jschauma Exp $
+
+--- guile/Makefile.in.orig Thu Dec 26 20:33:22 2002
++++ guile/Makefile.in Thu Dec 26 20:34:03 2002
+@@ -610,11 +610,11 @@
+ # just use `make CC=g++' and the revised guile-snarf which uses ${CC} will work
+ # for C++ prototype extraction
+ %.x: %.c
+- guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@
++ guile-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) > $@
+
+ %.x: %.cc
+ CC=$(CXX) \
+- guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $< > $@
++ guile-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) > $@
+
+ test:
+ env GUILE_LOAD_PATH=.:$$GUILE_LOAD_PATH guile -s cltests.scm