freebsd-ports/www/junkbuster-zlib/files/patch-ad
Steve Price 14fd2072a9 Use gnuregex library in the base system instead of the old one provided
by the port.  Also cleanup all warning messages when compiling with -Wall.

PR:		17035
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
2000-04-30 20:36:05 +00:00

12 lines
295 B
Text

diff -ruN /usr/ports/www/ijb/work/ijb20/encode.c ./encode.c
--- /usr/ports/www/ijb/work/ijb20/encode.c Mon Feb 28 02:35:10 2000
+++ ./encode.c Mon Feb 28 02:31:06 2000
@@ -9,7 +9,7 @@
#include <ctype.h>
#ifdef REGEX
-#include "gnu_regex.h"
+#include "gnuregex.h"
#endif
#include "jcc.h"