summaryrefslogtreecommitdiff
path: root/multimedia/vlc-devel/files
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-08-12 09:44:16 +0000
committerBrian Somers <brian@FreeBSD.org>2001-08-12 09:44:16 +0000
commit0dea1d3200e232f55cabe614099af73ddd2fd9a2 (patch)
tree0bf30dc2bb7c6ec58d2f893b06db92efd0e58b9a /multimedia/vlc-devel/files
parentDrop maintainership. (diff)
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 <sf@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=46122
Diffstat (limited to 'multimedia/vlc-devel/files')
-rw-r--r--multimedia/vlc-devel/files/patch-Makefile.opts.in18
-rw-r--r--multimedia/vlc-devel/files/patch-configure14
2 files changed, 32 insertions, 0 deletions
diff --git a/multimedia/vlc-devel/files/patch-Makefile.opts.in b/multimedia/vlc-devel/files/patch-Makefile.opts.in
new file mode 100644
index 000000000000..23b7d5b96c22
--- /dev/null
+++ b/multimedia/vlc-devel/files/patch-Makefile.opts.in
@@ -0,0 +1,18 @@
+--- Makefile.opts.in.orig Tue Aug 7 19:55:49 2001
++++ Makefile.opts.in Sun Aug 12 15:01:13 2001
+@@ -200,6 +200,7 @@
+ CFLAGS += -fnative-struct -D_OFF_T_ -D_off_t=long
+ endif
+
++ifeq ($(MODIFY_CFLAGS),1)
+ ifneq (,$(findstring bsd,$(SYS)))
+ CFLAGS += -pthread
+ endif
+@@ -235,6 +236,7 @@
+ endif
+
+ #end of optimisations
++endif
+ endif
+
+ #
diff --git a/multimedia/vlc-devel/files/patch-configure b/multimedia/vlc-devel/files/patch-configure
new file mode 100644
index 000000000000..d2a8c34e446d
--- /dev/null
+++ b/multimedia/vlc-devel/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.