diff options
author | steve <steve@FreeBSD.org> | 2000-04-30 20:36:05 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-04-30 20:36:05 +0000 |
commit | 47f219dad7b988c2c3f28f9e4a6126401386f279 (patch) | |
tree | 078b36a5932adc29c193e0815b02eed6aea66c0b /www/junkbuster/files/patch-ae | |
parent | f6e3b9f39025bb3414914313528bfb725eae7a9a (diff) | |
download | FreeBSD-ports-47f219dad7b988c2c3f28f9e4a6126401386f279.zip FreeBSD-ports-47f219dad7b988c2c3f28f9e4a6126401386f279.tar.gz |
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>
Diffstat (limited to 'www/junkbuster/files/patch-ae')
-rw-r--r-- | www/junkbuster/files/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/junkbuster/files/patch-ae b/www/junkbuster/files/patch-ae new file mode 100644 index 0000000..c28b0ec --- /dev/null +++ b/www/junkbuster/files/patch-ae @@ -0,0 +1,12 @@ +diff -ruN /usr/ports/www/ijb/work/ijb20/filters.c ./filters.c +--- /usr/ports/www/ijb/work/ijb20/filters.c Mon Feb 28 02:35:10 2000 ++++ ./filters.c Mon Feb 28 02:31:06 2000 +@@ -15,7 +15,7 @@ + #endif + + #ifdef REGEX +-#include <gnu_regex.h> ++#include <gnuregex.h> + #endif + + #include "jcc.h" |