diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-06-09 11:46:13 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-06-09 11:46:13 +0000 |
commit | 90db56e29235350ab5764241bd7be3246015817b (patch) | |
tree | 1343f3fd0dce299ce2beb38c42e16a2647457842 | |
parent | ac7480961decb546a6fc516c31ac234fe2effe18 (diff) | |
download | ports-90db56e29235350ab5764241bd7be3246015817b.tar.gz ports-90db56e29235350ab5764241bd7be3246015817b.zip |
Notes
-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_ + |