diff options
author | fenner <fenner@FreeBSD.org> | 1998-07-12 03:41:11 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1998-07-12 03:41:11 +0800 |
commit | e9985919a423b0ba07e09ea7f782eafe08f268be (patch) | |
tree | 046577522383a4665bb27c6abc9898622486afdd /multimedia | |
parent | 9be15115aded6cd232210c5bea189650f5f4c9e9 (diff) | |
download | freebsd-ports-gnome-e9985919a423b0ba07e09ea7f782eafe08f268be.tar.gz freebsd-ports-gnome-e9985919a423b0ba07e09ea7f782eafe08f268be.tar.zst freebsd-ports-gnome-e9985919a423b0ba07e09ea7f782eafe08f268be.zip |
Fix the configure script to not try to build a grabber which is not
included in the vic source.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/vic/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/vic/files/patch-aa b/multimedia/vic/files/patch-aa index eaee861e500f..1ff46b9b4f1a 100644 --- a/multimedia/vic/files/patch-aa +++ b/multimedia/vic/files/patch-aa @@ -9,6 +9,16 @@ V_LIB_XIL="" V_OBJ_XIL="" +@@ -87,9 +87,6 @@ + V_OBJ_GRABBER="$V_OBJ_GRABBER grabber-qcam.o" + V_DEFINE="$V_DEFINE -DQCAMDEV" + fi +-if test -r /usr/include/linux/scc.h -o -r /usr/include/machine/scc.h ; then +- V_OBJ_GRABBER="$V_OBJ_GRABBER grabber-scc.o" +-fi + vpix_dir=/usr/src/local/vfc-1.0 + vpix_lib=$vpix_dir/vfc_lib + if test -d /import/VideoPix ; then @@ -228,6 +228,9 @@ V_TARCMD="tar -h -c -f" V_LIB="$V_LIB -L/usr/local/lib" |