summaryrefslogtreecommitdiff
path: root/multimedia/vlc-devel/files/patch-Makefile.opts.in
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/patch-Makefile.opts.in
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/patch-Makefile.opts.in')
-rw-r--r--multimedia/vlc-devel/files/patch-Makefile.opts.in18
1 files changed, 18 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
+
+ #