ports/multimedia/dvbcut/files/patch-Makefile
Stefan Eßer 225726f71f Add dvbcut, a Qt based program for cutting of MPEG TS stream files
(e.g. DVB) and the conversion from MPEG transport stream to program
stream.
2005-12-29 00:18:05 +00:00

13 lines
321 B
Text

--- Makefile~ Tue Dec 6 08:57:49 2005
+++ Makefile Thu Dec 29 00:19:02 2005
@@ -2,7 +2,9 @@
build:
scons $(if $(FFMPEG),FFMPEG=$(FFMPEG)) \
- $(if $(DEBUG),DEBUG=$(DEBUG))
+ $(if $(DEBUG),DEBUG=$(DEBUG)) \
+ $(if $(CFLAGS),CFLAGS="$(CFLAGS)") \
+ $(if $(LDFLAGS),LDFLAGS="$(LDFLAGS)")
clean:
scons --clean