pkgsrc/multimedia/vls/patches/patch-aa
xtraeme c924966361 Initial import of vls-0.5.6 from pkgsrc-wip.
VLS is part of the VideoLAN project, a full client/server video over IP
solution. The VideoLAN Server aims at broadcasting MPEG (1/2/4, PS/TS)
video streams over any IP network.
2004-03-29 20:29:23 +00:00

19 lines
509 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2004/03/29 20:29:23 xtraeme Exp $
--- Makefile.opts.in.orig 2004-01-16 10:33:13.000000000 +0100
+++ Makefile.opts.in 2004-01-16 10:33:47.000000000 +0100
@@ -76,12 +76,12 @@
CCFLAGS+=-Wall
CCFLAGS+=-D_REENTRANT
CCFLAGS+=-D_FILE_OFFSET_BITS=64
-LCFLAGS+=-D_REENTRANT
+LCFLAGS+=-D_REENTRANT $(LDFLAGS)
#
# Specific flags
#
-CCFLAGS+=-DCONFIG_PATH='"$(sysconfdir)/videolan/vls"'
+CCFLAGS+=-DCONFIG_PATH='"$(sysconfdir)"'
VLS_LCFLAGS = @VLS_LCFLAGS@
VLS_LIB = @VLS_LIB@