diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-05 20:11:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-05 20:11:11 +0200 |
commit | 328d2dfe246388350da364b3faab846ae4c4b4ec (patch) | |
tree | b1621198fda3c483fdb454f1b19917767e06a6cf /package/pcrepp/patches/patch-configure | |
parent | c756e0cdb615efc8dae721774dace70c2be167e6 (diff) | |
parent | 37c9ea3cb1b50e51371f49b9fd1d4e7b3b44b19f (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/pcrepp/patches/patch-configure')
-rw-r--r-- | package/pcrepp/patches/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
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 |