From 0dea1d3200e232f55cabe614099af73ddd2fd9a2 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sun, 12 Aug 2001 09:44:16 +0000 Subject: o Avoid modifying CFLAGS o Create dsp.so when building with DEVFS in -current. o Pass variables to CONFIGURE_ENV in appropriate style. o Add missing libdvdcss.* to pkg-plist (bumping PORTREVISION). o post-patch hack is to select proper libs (-pthread/-lc_r). o Check XFREE86_VERSION for xvideo.so in pkg-plist. Submitted by: FUJISHIMA Satsuki --- graphics/vlc/files/patch-configure | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 graphics/vlc/files/patch-configure (limited to 'graphics/vlc/files/patch-configure') diff --git a/graphics/vlc/files/patch-configure b/graphics/vlc/files/patch-configure new file mode 100644 index 000000000000..d2a8c34e446d --- /dev/null +++ b/graphics/vlc/files/patch-configure @@ -0,0 +1,14 @@ +--- configure.orig Tue Aug 7 19:55:49 2001 ++++ configure Sun Aug 12 15:36:05 2001 +@@ -3924,10 +3924,7 @@ + + if test x$enable_dsp != xno + then +- if test -c /dev/dsp +- then +- PLUGINS="${PLUGINS} dsp" +- fi ++ PLUGINS="${PLUGINS} dsp" + fi + + # Check whether --enable-esd or --disable-esd was given. -- cgit v1.2.3