freebsd-ports/graphics/sam2p/files/patch-pts__defl.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
496 B
C

--- pts_defl.c.orig 2014-09-16 08:52:28 UTC
+++ pts_defl.c
@@ -1,10 +1,3 @@
-#define DUMMY \
-set -ex; \
-"${CC:-gcc}" -DNDEBUG=1 -DPTS_DEFL_MAIN -O3 -ansi \
- -Wall -W -Wstrict-prototypes -Wtraditional -Wnested-externs -Winline \
- -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-prototypes \
- -Wmissing-declarations pts_defl.c -o flateenc; \
-exit
/*
* pts_defl.c -- C source file ZIP compression ripped from linux-2.6.8.1
* by pts@fazekas.hu at Tue Jan 18 15:19:06 CET 2005