summaryrefslogtreecommitdiff
path: root/devel/guile-oops/patches
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-12-13 15:32:25 +0000
committerjschauma <jschauma@pkgsrc.org>2002-12-13 15:32:25 +0000
commit226446aebde2c666cc22bbb743add1567fc84af5 (patch)
tree0d8fdb00e63bcd5cb9cf1606bc30c46eb31b5572 /devel/guile-oops/patches
parent9380343eb5f07e73557d106a129f0cdfc0bc6d62 (diff)
downloadpkgsrc-226446aebde2c666cc22bbb743add1567fc84af5.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/patches')
-rw-r--r--devel/guile-oops/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
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.