ports/graphics/sam2p/files/patch-pts__lzw.c
Dag-Erling Smørgrav 8299231fff Regenerate all patches and add the necessary changes for Makedep to work
on FreeBSD 11.2 and 12.  Remove BROKEN.  No PORTREVISION bump necessary.
2018-10-03 12:38:56 +00:00

13 lines
532 B
C

--- pts_lzw.c.orig 2014-09-16 08:52:28 UTC
+++ pts_lzw.c
@@ -1,10 +1,3 @@
-#define DUMMY \
-set -ex; \
-g++ -DNDEBUG=1 -O3 -ansi -pedantic \
- -Wall -W -Wstrict-prototypes -Wtraditional -Wnested-externs -Winline \
- -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-prototypes \
- -Wmissing-declarations pts_lzw.c -c; \
-exit
/* pts_lzw.c -- a real, effective implementation of PostScript
* LanguageLevel2 and PDF /LZWEncode and /LZWDecode filters (same as the LZW
* compression used in TIFF raster image files)