$OpenBSD: patch-configure,v 1.27 2015/10/28 19:01:39 dcoppa Exp $

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

--- configure.orig	Fri Oct 16 14:56:12 2015
+++ configure	Wed Oct 28 19:21:48 2015
@@ -12467,7 +12467,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 :
 
@@ -17125,6 +17125,7 @@ fi
 done
 
 
+if false; then
 if test x$no_exceptions = xyes; then
 
 
@@ -17190,7 +17191,7 @@ else
 fi
 
 done
-
+fi
 
 
 
