summaryrefslogtreecommitdiff
path: root/package/pcrepp/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-06 17:05:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-06 17:05:09 +0200
commit208807cc63754f699107bbad24687b3ae1d326fe (patch)
tree749ada25a27d3659f1b24ae245fe6a416eeb7dae /package/pcrepp/patches
parentf0b814dddb1b74c91fd54af412ad356fc68be4a2 (diff)
parentb03ac31608c2ee5349a5d098980105957a4a6bca (diff)
fix conflict
Diffstat (limited to 'package/pcrepp/patches')
-rw-r--r--package/pcrepp/patches/patch-Makefile_in6
-rw-r--r--package/pcrepp/patches/patch-configure20
2 files changed, 23 insertions, 3 deletions
diff --git a/package/pcrepp/patches/patch-Makefile_in b/package/pcrepp/patches/patch-Makefile_in
index c10eab68d..d64d1e99a 100644
--- a/package/pcrepp/patches/patch-Makefile_in
+++ b/package/pcrepp/patches/patch-Makefile_in
@@ -1,6 +1,6 @@
---- pcrepp-0.9.5.orig/Makefile.in 2011-05-13 10:25:39.126696935 +0200
-+++ pcrepp-0.9.5/Makefile.in 2011-05-13 10:18:08.619616044 +0200
-@@ -77,7 +77,7 @@
+--- pcre++-0.9.5.orig/Makefile.in 2004-08-25 01:38:03.000000000 +0200
++++ pcre++-0.9.5/Makefile.in 2011-08-05 07:28:46.000000000 +0200
+@@ -77,7 +77,7 @@ RANLIB = @RANLIB@
STRIP = @STRIP@
VERSION = @VERSION@
diff --git a/package/pcrepp/patches/patch-configure b/package/pcrepp/patches/patch-configure
new file mode 100644
index 000000000..0ee82218e
--- /dev/null
+++ b/package/pcrepp/patches/patch-configure
@@ -0,0 +1,20 @@
+--- pcre++-0.9.5.orig/configure 2004-08-25 01:38:03.000000000 +0200
++++ pcre++-0.9.5/configure 2011-08-05 07:30:53.000000000 +0200
+@@ -8612,7 +8612,7 @@ if test "x$with_pcre_include" = "x"; the
+ CPPFLAGS="$CPPFLAGS -I/include"
+ ;;
+ *-*-linux*)
+- CPPFLAGS="$CPPFLAGS `pcre-config --cflags` -I/usr/include -I/usr/local/include"
++ CPPFLAGS="$CPPFLAGS `pcre-config --cflags`"
+ ;;
+ *-*-freebsd*)
+ CPPFLAGS="$CPPFLAGS `pcre-config --cflags` -I/usr/local/include"
+@@ -8621,7 +8621,7 @@ if test "x$with_pcre_include" = "x"; the
+ CPPFLAGS="$CPPFLAGS `pcre-config --cflags` -I$prefix/include -I/usr/local/include"
+ ;;
+ *)
+- CPPFLAGS="-I/usr/include -I/usr/local/include"
++ CPPFLAGS="$CPPFLAGS `pcre-config --cflags`"
+ ;;
+ esac
+ fi