freebsd-ports/x11-toolkits/guile-gnome/files/patch-guile-gnome_Makefile.in
Joe Marcus Clarke cb401c5cb4 It seems the guile-snarf syntax has changed in 1.4.1. Update ports which
use the old syntax.

Prompted by:	Mike Harding <mvh@ix.netcom.com>
2002-06-19 21:14:44 +00:00

11 lines
437 B
Text

--- guile-gnome/Makefile.in.orig Wed Jun 19 16:09:26 2002
+++ guile-gnome/Makefile.in Wed Jun 19 16:09:56 2002
@@ -517,7 +517,7 @@
$(INSTALL_DATA) $(srcdir)/gnome.scm $(scmgnomedir)/gnome.scm
$(INSTALL_DATA) $(srcdir)/gnorba.scm $(scmgnomedir)/gnorba.scm
.c.x:
- guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< >tmp \
+ guile-snarf -o tmp $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) \
&& mv tmp $@
client.x: client.c