diff options
author | oliver <oliver@FreeBSD.org> | 2003-06-09 19:46:13 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-06-09 19:46:13 +0800 |
commit | e64ad42d708349c4dad8e82ad117fad3ea2d4577 (patch) | |
tree | 40a21c9e16f3d4e7dbe17715905fbc170591fe6f /multimedia | |
parent | 10951ec034e19098fae205f2def53bf83b008c41 (diff) | |
download | freebsd-ports-gnome-e64ad42d708349c4dad8e82ad117fad3ea2d4577.tar.gz freebsd-ports-gnome-e64ad42d708349c4dad8e82ad117fad3ea2d4577.tar.zst freebsd-ports-gnome-e64ad42d708349c4dad8e82ad117fad3ea2d4577.zip |
Readd a patch which got removed but is still needed for the WITH_SUBRIP knob
PR: ports/53085
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/transcode/files/patch-contrib:subrip:Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/transcode/files/patch-contrib:subrip:Makefile b/multimedia/transcode/files/patch-contrib:subrip:Makefile new file mode 100644 index 000000000000..d2b86dae318a --- /dev/null +++ b/multimedia/transcode/files/patch-contrib:subrip:Makefile @@ -0,0 +1,14 @@ +--- contrib/subrip/Makefile.orig Mon Jun 9 13:09:32 2003 ++++ contrib/subrip/Makefile Mon Jun 9 13:09:39 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_ + |