diff options
-rw-r--r-- | math/cassowary/distinfo | 3 | ||||
-rw-r--r-- | math/cassowary/patches/patch-ad | 18 |
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 |