aboutsummaryrefslogtreecommitdiff
path: root/audio/vat
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2000-01-28 03:05:29 +0000
committerBill Fenner <fenner@FreeBSD.org>2000-01-28 03:05:29 +0000
commitf89808a1f57e3b048d469463f81127a69b9757b4 (patch)
tree2c9a39d2b2bc938e18d86a9fa2cec25d308fc560 /audio/vat
parent72ae8ffa3fb6216385bfba345f9bde8389bc9edb (diff)
downloadports-f89808a1f57e3b048d469463f81127a69b9757b4.tar.gz
ports-f89808a1f57e3b048d469463f81127a69b9757b4.zip
Notes
Diffstat (limited to 'audio/vat')
-rw-r--r--audio/vat/files/patch-aj11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/vat/files/patch-aj b/audio/vat/files/patch-aj
new file mode 100644
index 000000000000..5ee097c986d3
--- /dev/null
+++ b/audio/vat/files/patch-aj
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Thu Jan 27 18:55:52 2000
++++ Makefile.in Thu Jan 27 18:56:07 2000
+@@ -39,7 +39,7 @@
+ all: $(ALL)
+
+ .cc.o:
+- rm -f $@; $(C++) -c $(CFLAGS) $*.cc
++ rm -f $@; $(C++) -pedantic -c $(CFLAGS) $*.cc
+
+ .c.o:
+ rm -f $@; $(CC) -o $@ -c $(CFLAGS) $*.c