summaryrefslogtreecommitdiff
path: root/devel/guile-oops
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-12-13 15:32:25 +0000
committerjschauma <jschauma>2002-12-13 15:32:25 +0000
commit38d876b486162eff308f0014bef0632601daa474 (patch)
tree0d8fdb00e63bcd5cb9cf1606bc30c46eb31b5572 /devel/guile-oops
parentb605fbcb743f77eb7d67583eea23f17c6198f663 (diff)
downloadpkgsrc-38d876b486162eff308f0014bef0632601daa474.tar.gz
guile-snarf wants the infile before the CFLAGS et al. patch Makefile.in
accordingly. Should address the problem seen in Hubert's latest bulk-build.
Diffstat (limited to 'devel/guile-oops')
-rw-r--r--devel/guile-oops/distinfo3
-rw-r--r--devel/guile-oops/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/guile-oops/distinfo b/devel/guile-oops/distinfo
index 060fb24c85c..9354f7ea432 100644
--- a/devel/guile-oops/distinfo
+++ b/devel/guile-oops/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 00:44:22 wiz Exp $
+$NetBSD: distinfo,v 1.3 2002/12/13 15:38:59 jschauma Exp $
SHA1 (guile-oops-0.9.0.tar.gz) = c5d1473f2e555002c710751db6b5149b3877f339
Size (guile-oops-0.9.0.tar.gz) = 448313 bytes
+SHA1 (patch-aa) = 9f917ebbf76c76a26543f30fddc5b68a5dda9137
diff --git a/devel/guile-oops/patches/patch-aa b/devel/guile-oops/patches/patch-aa
new file mode 100644
index 00000000000..c904f4b78b0
--- /dev/null
+++ b/devel/guile-oops/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2002/12/13 15:39:00 jschauma Exp $
+
+--- Makefile.in.orig Fri Dec 13 10:34:37 2002
++++ Makefile.in Fri Dec 13 10:34:52 2002
+@@ -666,7 +666,7 @@
+ dist-hook: goops.ps
+ cp -p $(top_builddir)/goops.ps $(distdir)
+ .c.x:
+- $(SNARF) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@ \
++ $(SNARF) $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) > $@ \
+ || { rm $@; false; }
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.