forked from Lainports/freebsd-ports
Changes: - update MASTER_SITES since the maintainer changed - add %%WITH_NASM%% knob to Makefile and pkg-plist to honor WITH_NASM option correctly. Attention: WITH_NASM gets set if bin/nasm is found but this may not be enough for transcode as nasm >= 0.98.34 is needed. Checking for bin/nasm-0.98.35 might be a way of achieving this but leads to more work when updating nasm itself. - add WITH_SUBRIP knob suggested by Michael Nottebrock in ports/47923 and implemented in ports/48649. - incorporate dvd_reader.c patch by Atte Peltomaeki which has already been added in ports/48649 - remove the transcode.c patch from ports/48649 since it made its way into the main distribution - add threading patch by Andriy Gapon in ports/48126 - pkg-plist update PR: 50377 Submitted by: maintainer
13 lines
327 B
Text
13 lines
327 B
Text
--- contrib/subrip/Makefile.orig Wed Feb 5 02:23:45 2003
|
|
+++ contrib/subrip/Makefile Wed Feb 5 02:23:56 2003
|
|
@@ -8,8 +8,8 @@
|
|
INCLUDES :=
|
|
|
|
### enable ppm support ###
|
|
-DEFINES += -D_HAVE_LIB_PPM_
|
|
-LIBS += -lppm
|
|
+#DEFINES += -D_HAVE_LIB_PPM_
|
|
+#LIBS += -lppm
|
|
|
|
### enable zlib support ###
|
|
DEFINES += -D_HAVE_ZLIB_
|