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 | fa6f8275a1a8bef1254bced18aa5f0e7717f99f3 (patch) | |
tree | 40e1d832a6ec9a548577ca797925e7228e707908 /net-analyzer/amap | |
parent | Move and fixup pptp-php-gtk ->pptpconfig (diff) | |
download | historical-fa6f8275a1a8bef1254bced18aa5f0e7717f99f3.tar.gz historical-fa6f8275a1a8bef1254bced18aa5f0e7717f99f3.tar.bz2 historical-fa6f8275a1a8bef1254bced18aa5f0e7717f99f3.zip |
add missing patch
Diffstat (limited to 'net-analyzer/amap')
-rw-r--r-- | net-analyzer/amap/Manifest | 7 | ||||
-rw-r--r-- | net-analyzer/amap/files/4.6-system-pcre.patch | 42 |
2 files changed, 46 insertions, 3 deletions
diff --git a/net-analyzer/amap/Manifest b/net-analyzer/amap/Manifest index 2528d9211bd0..ace828febd2f 100644 --- a/net-analyzer/amap/Manifest +++ b/net-analyzer/amap/Manifest @@ -4,11 +4,12 @@ Hash: SHA1 MD5 afeb7b6084a256c24595976154666174 ChangeLog 1694 MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159 MD5 64198856b7adfc72015b16ebc44a732e amap-4.6.ebuild 1325 +MD5 c50165b5bb6fb19a617df68f6001d98d files/4.6-system-pcre.patch 1103 MD5 a5f16a887d88f7d685dbaed470ee6ec8 files/digest-amap-4.6 60 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBVPwFHTu7gpaalycRAsQPAKDcohTVJRyVslPIQD+uq1YBOOOmBgCfd7q+ -/YniWjf2oHQ6QH4PYNBc3Ic= -=lQji +iD8DBQFBWBfiHTu7gpaalycRAktGAKCKnxIS7Ns+y0QCGuQAEJu1hEhddwCcDanF +JvVi+A3/c1o3GMXCAcxRXzk= +=Adoe -----END PGP SIGNATURE----- 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 |