diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2001-08-01 22:01:23 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2001-08-01 22:01:23 +0000 |
commit | 8f1f1812fbea90b8489d7cd6de57e58a5ec9069b (patch) | |
tree | 2625611c4cabb2cb27593e5f47b5faa709f6685d /multimedia/vic/files/patch-configure.in | |
parent | Don't let patch's auto-RCS-checkout behavior interfere with (diff) |
Update to vic 2.8ucl-1.1.3
PR: ports/27239
Submitted by: Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
Diffstat (limited to 'multimedia/vic/files/patch-configure.in')
-rw-r--r-- | multimedia/vic/files/patch-configure.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/vic/files/patch-configure.in b/multimedia/vic/files/patch-configure.in new file mode 100644 index 000000000000..052ace4cb855 --- /dev/null +++ b/multimedia/vic/files/patch-configure.in @@ -0,0 +1,12 @@ +--- configure.in.org Mon May 7 15:30:01 2001 ++++ configure.in Mon May 7 15:31:32 2001 +@@ -72,8 +72,7 @@ + if test -r /usr/include/linux/videodev.h ; then + V_OBJ_GRABBER="video/grabber-video4linux.o $V_OBJ_GRABBER" + fi +-#if test -r /usr/local/lib/libspigot.a -a ${PORTOBJFORMAT} != elf; then +-if test -r /usr/local/lib/libspigot.a ; then ++if test -r /usr/local/lib/libspigot.a -a ${PORTOBJFORMAT} != elf; then + 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" |