freebsd-ports/graphics/vlc/files/patch-Makefile.opts.in
Brian Somers 0dea1d3200 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>
2001-08-12 09:44:16 +00:00

18 lines
337 B
Text

--- 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
#