summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-07-02 23:23:15 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-07-02 23:23:15 +0000
commit4388fd2a4b06ead2834ec55eacda0280e5a5eed8 (patch)
tree016950755d8a350e05ebcb1ca4a4230219aaf408 /dev-libs/libpcre/files
parentAdded support to change tcp port to the init script. Closes bug #97183. (diff)
downloadhistorical-4388fd2a4b06ead2834ec55eacda0280e5a5eed8.tar.gz
historical-4388fd2a4b06ead2834ec55eacda0280e5a5eed8.tar.bz2
historical-4388fd2a4b06ead2834ec55eacda0280e5a5eed8.zip
Version bump closes bug #97246 thanks to Carsten Lohrke <carlo@gentoo.org>.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-libs/libpcre/files')
-rw-r--r--dev-libs/libpcre/files/digest-libpcre-6.11
-rw-r--r--dev-libs/libpcre/files/pcre-6.1-link.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/dev-libs/libpcre/files/digest-libpcre-6.1 b/dev-libs/libpcre/files/digest-libpcre-6.1
new file mode 100644
index 000000000000..766708f3396b
--- /dev/null
+++ b/dev-libs/libpcre/files/digest-libpcre-6.1
@@ -0,0 +1 @@
+MD5 069a8c34df7ec4bd0dad8f26c64c9dd3 pcre-6.1.tar.bz2 555109
diff --git a/dev-libs/libpcre/files/pcre-6.1-link.patch b/dev-libs/libpcre/files/pcre-6.1-link.patch
new file mode 100644
index 000000000000..312180d5a109
--- /dev/null
+++ b/dev-libs/libpcre/files/pcre-6.1-link.patch
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2005-06-27 20:35:39.000000000 +0200
++++ Makefile.in 2005-06-27 20:36:18.000000000 +0200
+@@ -99,7 +99,7 @@
+ LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) -c $(CXXFLAGS) -I. -I$(top_srcdir) $(NEWLINE) $(LINK_SIZE) $(MATCH_LIMIT) $(NO_RECURSE) $(EBCDIC)
+ @ON_WINDOWS@LINK = $(CC) $(LDFLAGS) -I. -I$(top_srcdir) -L.libs
+ @NOT_ON_WINDOWS@LINK = $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -I. -I$(top_srcdir)
+-LINKLIB = $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -I. -I$(top_srcdir)
++LINKLIB = $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -I. -I$(top_srcdir) -L. -L.libs
+ LINK_FOR_BUILD = $(LIBTOOL) --mode=link $(CC_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -I. -I$(top_srcdir)
+ @ON_WINDOWS@CXXLINK = $(CXX) $(LDFLAGS) -I. -I$(top_srcdir) -L.libs
+ @NOT_ON_WINDOWS@CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(LDFLAGS) -I. -I$(top_srcdir)