diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-01-19 23:44:46 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-01-19 23:44:46 +0000 |
commit | 1cb1e42e77d9f3ecb74527bc632e02eeb7963123 (patch) | |
tree | f226d24965ad034dfe053f4e897e74bfad79387b /multimedia | |
parent | 8bb488d141d113bd2c3f3338931ead2635903a58 (diff) | |
download | ports-1cb1e42e77d9f3ecb74527bc632e02eeb7963123.tar.gz ports-1cb1e42e77d9f3ecb74527bc632e02eeb7963123.zip |
Enable build of VCD plugin.
Reminded by: vanilla
Notes
Notes:
svn path=/head/; revision=37352
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xine/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/multimedia/xine/files/patch-configure b/multimedia/xine/files/patch-configure new file mode 100644 index 000000000000..ee240469b289 --- /dev/null +++ b/multimedia/xine/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.old Sat Jan 20 00:30:08 2001 ++++ configure Sat Jan 20 00:30:56 2001 +@@ -4180,17 +4180,6 @@ + + + case $host in +- *-*-freebsd*) +- +- +-if false; then +- BUILDVCDPLUGIN_TRUE= +- BUILDVCDPLUGIN_FALSE='#' +-else +- BUILDVCDPLUGIN_TRUE='#' +- BUILDVCDPLUGIN_FALSE= +-fi +- ;; + *) + + |