diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-09-27 13:38:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-09-27 13:38:26 +0000 |
commit | c69dcc39344018d6a9e021beea33d1bff6e0ad10 (patch) | |
tree | c2f3779953cc9517544c740a59a0dc762b9423e7 /net-analyzer/amap/files | |
parent | Move and fixup pptp-php-gtk ->pptpconfig (diff) | |
download | gentoo-2-c69dcc39344018d6a9e021beea33d1bff6e0ad10.tar.gz gentoo-2-c69dcc39344018d6a9e021beea33d1bff6e0ad10.tar.bz2 gentoo-2-c69dcc39344018d6a9e021beea33d1bff6e0ad10.zip |
add missing patch
Diffstat (limited to 'net-analyzer/amap/files')
-rw-r--r-- | net-analyzer/amap/files/4.6-system-pcre.patch | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/net-analyzer/amap/files/4.6-system-pcre.patch b/net-analyzer/amap/files/4.6-system-pcre.patch new file mode 100644 index 000000000000..95e1c8b14fc0 --- /dev/null +++ b/net-analyzer/amap/files/4.6-system-pcre.patch @@ -0,0 +1,42 @@ +diff -ur amap-4.6.orig/Makefile.am amap-4.6/Makefile.am +--- amap-4.6.orig/Makefile.am 2004-09-27 09:36:40.792243656 -0400 ++++ amap-4.6/Makefile.am 2004-09-27 09:36:40.928222984 -0400 +@@ -1,11 +1,11 @@ + CC=gcc +-LIB=-lpcre -L./pcre-3.9/ -I./pcre-3.9/ ++LIB=-lpcre + OPT=-O2 + OPT_DEBUG=-ggdb -Wall -lefence + DIR=/bin + SCRIPTS=appdefs.trig appdefs.resp appdefs.rpc + MANPAGE=amap.1 +-all: pcre strip ++all: amap amapcrap + + pcre: + cd pcre-3.9 && make +diff -ur amap-4.6.orig/amap-inc.h amap-4.6/amap-inc.h +--- amap-4.6.orig/amap-inc.h 2004-09-27 09:36:40.789244112 -0400 ++++ amap-4.6/amap-inc.h 2004-09-27 09:36:40.930222680 -0400 +@@ -20,7 +20,7 @@ + #include <errno.h> + #include <sys/resource.h> + #include <sys/wait.h> +-#include "pcre-3.9/pcre.h" ++#include <pcre.h> + #ifdef OPENSSL + #include <openssl/ssl.h> + #include <openssl/err.h> +diff -ur amap-4.6.orig/configure amap-4.6/configure +--- amap-4.6.orig/configure 2004-09-27 09:36:40.795243200 -0400 ++++ amap-4.6/configure 2004-09-27 09:36:53.814264008 -0400 +@@ -13,9 +13,6 @@ + exit 0 + fi + +-cd pcre-3.9 || exit 1 +-./configure || exit 1 +-cd .. + + echo + echo |