diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-04-30 13:54:03 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-04-30 13:54:03 +0000 |
commit | 8fc67d6e16f1f89705b4aaf7f20c173b19385626 (patch) | |
tree | 311d76dda83a57fc5e407db6672f1bbfc76834d4 /www/junkbuster/files/patch-ac | |
parent | - Update to 0.0.4 (diff) |
Silence warnings about gnu/regex.h on -CURRENT.
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)
Notes
Notes:
svn path=/head/; revision=108026
Diffstat (limited to 'www/junkbuster/files/patch-ac')
-rw-r--r-- | www/junkbuster/files/patch-ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/junkbuster/files/patch-ac b/www/junkbuster/files/patch-ac deleted file mode 100644 index bddb2f0cf3a8..000000000000 --- a/www/junkbuster/files/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN /usr/ports/www/ijb/work/ijb20/conn.c ./conn.c ---- /usr/ports/www/ijb/work/ijb20/conn.c Mon Feb 28 02:35:10 2000 -+++ ./conn.c Mon Feb 28 02:31:06 2000 -@@ -34,7 +34,7 @@ - #endif - - #ifdef REGEX --#include "gnu_regex.h" -+#include "gnuregex.h" - #endif - - #include "jcc.h" |