mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
0dea1d3200
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 <sf@FreeBSD.org>
15 lines
302 B
Plaintext
15 lines
302 B
Plaintext
--- 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.
|