diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2003-01-24 10:28:28 +0800 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2003-01-24 10:28:28 +0800 |
commit | 1d04a546dedc639720a40b226b0da4d4fac813dd (patch) | |
tree | 5cb357438cca958e5ab605514265b9fa01f5ee38 /audio/vat | |
parent | e86009fff750ef9a43113666abb58b6417b7b635 (diff) | |
download | freebsd-ports-gnome-1d04a546dedc639720a40b226b0da4d4fac813dd.tar.gz freebsd-ports-gnome-1d04a546dedc639720a40b226b0da4d4fac813dd.tar.zst freebsd-ports-gnome-1d04a546dedc639720a40b226b0da4d4fac813dd.zip |
Fix signal handler prototype to make newer g++ happy
Diffstat (limited to 'audio/vat')
-rw-r--r-- | audio/vat/files/patch-ao | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/vat/files/patch-ao b/audio/vat/files/patch-ao new file mode 100644 index 000000000000..d249ce21269c --- /dev/null +++ b/audio/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" |