You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/poco/files/libpcre-8.13.patch

11 lines
339 B

--- Foundation/Makefile 2012-01-23 15:12:27.000000000 +0100
+++ Foundation/Makefile.new 2012-04-11 14:58:14.000000000 +0200
@@ -43,7 +43,6 @@
pcre_utf8_objects = pcre_ucd pcre_tables
ifdef POCO_UNBUNDLED
- objects += $(pcre_utf8_objects)
SYSLIBS += -lpcre -lz
else
objects += $(zlib_objects) $(pcre_objects) $(pcre_utf8_objects)