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/xine/files | |
parent | Fix at minfree checking when filesystem has free space over 4GB. (diff) |
Enable build of VCD plugin.
Reminded by: vanilla
Notes
Notes:
svn path=/head/; revision=37352
Diffstat (limited to 'multimedia/xine/files')
-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 +- ;; + *) + + |