$OpenBSD: patch-configure,v 1.26 2015/06/29 07:31:40 jasper Exp $

- Don't reset CPPFLAGS
- XXX: boost/intrusive/detail/array_initializer.hpp:62:7: error: exception handling disabled, use -fexceptions to enable

--- configure.orig	Wed Mar 25 18:03:22 2015
+++ configure	Sun Jun 28 23:30:15 2015
@@ -12455,7 +12455,7 @@ if test x$enable_aac = xyes; then
 	oldcppflags=$CPPFLAGS
 	CFLAGS="$CFLAGS $FAAD_CFLAGS"
 	LIBS="$LIBS $FAAD_LIBS"
-	CPPFLAGS=$CFLAGS
+	CPPFLAGS="$CPPFLAGS $CFLAGS"
 	ac_fn_c_check_header_mongrel "$LINENO" "faad.h" "ac_cv_header_faad_h" "$ac_includes_default"
 if test "x$ac_cv_header_faad_h" = xyes; then :
 
@@ -17113,6 +17113,7 @@ fi
 done
 
 
+if false; then
 if test x$no_exceptions = xyes; then
 
 
@@ -17178,7 +17179,7 @@ else
 fi
 
 done
-
+fi
 
 
 
