diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2003-01-24 02:28:28 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2003-01-24 02:28:28 +0000 |
commit | 1d04a546dedc639720a40b226b0da4d4fac813dd (patch) | |
tree | 5cb357438cca958e5ab605514265b9fa01f5ee38 /mbone/vic | |
parent | Build with tcl/tk 8.3 (diff) |
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*) |