summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2005-12-31 16:25:38 +0000
committerCarsten Lohrke <carlo@gentoo.org>2005-12-31 16:25:38 +0000
commit58beaee6b88d0e48a97b4c1d1e854f3af75adcc6 (patch)
tree476958d82ec0d2b93803b04311e0487b37f1a2f6 /dev-libs/libpcre/files
parentBump to 0.97.5 (diff)
downloadgentoo-2-58beaee6b88d0e48a97b4c1d1e854f3af75adcc6.tar.gz
gentoo-2-58beaee6b88d0e48a97b4c1d1e854f3af75adcc6.tar.bz2
gentoo-2-58beaee6b88d0e48a97b4c1d1e854f3af75adcc6.zip
version bump, made macos patch unconditional
(Portage version: 2.0.53)
Diffstat (limited to 'dev-libs/libpcre/files')
-rw-r--r--dev-libs/libpcre/files/digest-libpcre-6.41
-rw-r--r--dev-libs/libpcre/files/pcre-6.4-link.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/dev-libs/libpcre/files/digest-libpcre-6.4 b/dev-libs/libpcre/files/digest-libpcre-6.4
new file mode 100644
index 000000000000..91eea73ccf83
--- /dev/null
+++ b/dev-libs/libpcre/files/digest-libpcre-6.4
@@ -0,0 +1 @@
+MD5 c5c73e8767479e8a7751324b0aa32291 pcre-6.4.tar.bz2 566309
diff --git a/dev-libs/libpcre/files/pcre-6.4-link.patch b/dev-libs/libpcre/files/pcre-6.4-link.patch
new file mode 100644
index 000000000000..a7fda2c6d724
--- /dev/null
+++ b/dev-libs/libpcre/files/pcre-6.4-link.patch
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2005-12-31 17:04:18.000000000 +0100
++++ Makefile.in 2005-12-31 17:04:29.000000000 +0100
+@@ -105,7 +105,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) $(CFLAGS) $(LDFLAGS) -I. -I$(top_srcdir)
+-LINKLIB = $(LIBTOOL) --mode=link $(CC) -export-symbols-regex '^[^_]' $(LDFLAGS) -I. -I$(top_srcdir)
++LINKLIB = $(LIBTOOL) --mode=link $(CC) -export-symbols-regex '^[^_]' $(LDFLAGS) -I. -I$(top_srcdir) -L. -L.libs
+ LINK_FOR_BUILD = $(LIBTOOL) --mode=link $(CC_FOR_BUILD) $(CFLAGS_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)