diff options
author | fenner <fenner@FreeBSD.org> | 2003-01-24 10:28:28 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2003-01-24 10:28:28 +0800 |
commit | 29b2b44482a14ad73d27d9724108b51cbe866421 (patch) | |
tree | 347968a9f9bdb74997d427f90e5ef024016f3501 /mbone/vic | |
parent | 25642c1844d83e7abedec4714d75de2eab7895de (diff) | |
download | freebsd-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/vic')
-rw-r--r-- | mbone/vic/files/patch-configure.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mbone/vic/files/patch-configure.in b/mbone/vic/files/patch-configure.in index 052ace4cb855..a603fa09b660 100644 --- a/mbone/vic/files/patch-configure.in +++ b/mbone/vic/files/patch-configure.in @@ -10,3 +10,11 @@ V_OBJ_GRABBER="video/grabber-spigot.o $V_OBJ_GRABBER" V_LIB_GRABBER="$V_LIB_GRABBER -lspigot" V_INCLUDE_GRABBER="$V_INCLUDE_GRABBER -I/usr/local/include" +@@ -249,6 +248,7 @@ + else + V_DEFINE="$V_DEFINE -DFreeBSD" + fi ++ V_DEFINE="$V_DEFINE -DSIGARGS=int" + OPSYS=freebsd + ;; + *-*-hpux*) |