mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
Get rid of a bunch of patch-files which can be easily replaced by a REINPLACE_CMD invocation. PR: ports/65975 Suggested by: Andrey Slusar Approved by: linimon (mentor)
12 lines
202 B
Text
12 lines
202 B
Text
--- jcc.c.orig Fri Aug 4 14:31:14 2000
|
|
+++ jcc.c Thu Apr 29 15:55:30 2004
|
|
@@ -43,7 +43,8 @@
|
|
#endif
|
|
|
|
#include "jcc.h"
|
|
-#include "zutil.h"
|
|
+#include "zlib.h"
|
|
+#define DEF_MEM_LEVEL 8
|
|
|
|
char *prog;
|
|
|