mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 02:49:14 -04:00
13 lines
532 B
C
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)
|