patch-configure 756 B

1234567891011121314151617181920
  1. --- pcre++-0.9.5.orig/configure 2004-08-25 01:38:03.000000000 +0200
  2. +++ pcre++-0.9.5/configure 2011-08-05 07:30:53.000000000 +0200
  3. @@ -8612,7 +8612,7 @@ if test "x$with_pcre_include" = "x"; the
  4. CPPFLAGS="$CPPFLAGS -I/include"
  5. ;;
  6. *-*-linux*)
  7. - CPPFLAGS="$CPPFLAGS `pcre-config --cflags` -I/usr/include -I/usr/local/include"
  8. + CPPFLAGS="$CPPFLAGS `pcre-config --cflags`"
  9. ;;
  10. *-*-freebsd*)
  11. CPPFLAGS="$CPPFLAGS `pcre-config --cflags` -I/usr/local/include"
  12. @@ -8621,7 +8621,7 @@ if test "x$with_pcre_include" = "x"; the
  13. CPPFLAGS="$CPPFLAGS `pcre-config --cflags` -I$prefix/include -I/usr/local/include"
  14. ;;
  15. *)
  16. - CPPFLAGS="-I/usr/include -I/usr/local/include"
  17. + CPPFLAGS="$CPPFLAGS `pcre-config --cflags`"
  18. ;;
  19. esac
  20. fi