aboutsummaryrefslogtreecommitdiffstats
path: root/mbone/vat
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2003-01-24 10:28:28 +0800
committerfenner <fenner@FreeBSD.org>2003-01-24 10:28:28 +0800
commit29b2b44482a14ad73d27d9724108b51cbe866421 (patch)
tree347968a9f9bdb74997d427f90e5ef024016f3501 /mbone/vat
parent25642c1844d83e7abedec4714d75de2eab7895de (diff)
downloadfreebsd-ports-gnome-29b2b44482a14ad73d27d9724108b51cbe866421.tar.gz
freebsd-ports-gnome-29b2b44482a14ad73d27d9724108b51cbe866421.tar.zst
freebsd-ports-gnome-29b2b44482a14ad73d27d9724108b51cbe866421.zip
Fix signal handler prototype to make newer g++ happy
Diffstat (limited to 'mbone/vat')
-rw-r--r--mbone/vat/files/patch-ao10
1 files changed, 10 insertions, 0 deletions
diff --git a/mbone/vat/files/patch-ao b/mbone/vat/files/patch-ao
new file mode 100644
index 000000000000..d249ce21269c
--- /dev/null
+++ b/mbone/vat/files/patch-ao
@@ -0,0 +1,10 @@
+--- configure.in.orig Thu Jan 23 18:20:46 2003
++++ configure.in Thu Jan 23 18:21:05 2003
+@@ -153,6 +153,7 @@
+ ;;
+ *-*-freebsd*)
+ V_OBJ_AUDIO="$V_OBJ_AUDIO audio-voxware.o"
++ V_DEFINE="$V_DEFINE -DSIGARGS=int"
+ ;;
+ *-*-sco*)
+ V_DEFINE="$V_DEFINE -DSIGARGS=int -Dsco"