summaryrefslogtreecommitdiff
path: root/mbone/vic/files/patch-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/vic/files/patch-configure.in')
-rw-r--r--mbone/vic/files/patch-configure.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/mbone/vic/files/patch-configure.in b/mbone/vic/files/patch-configure.in
new file mode 100644
index 000000000000..052ace4cb855
--- /dev/null
+++ b/mbone/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"