$OpenBSD: patch-configure,v 1.2 2015/02/07 21:52:57 sthen Exp $

Missing space causes flags to run together

--- configure.orig	Sat Feb  7 21:12:28 2015
+++ configure	Sat Feb  7 21:13:22 2015
@@ -3508,8 +3508,8 @@ fi
 
 # Try to compile a little application
 #####################################
-CXXFLAGS="${CXXFLAGS} ${OPENSSL_CFLAGS}${QT_CFLAGS}"
-LIBS="${LIBS} ${OPENSSL_LIBS}${QT_LIBS}"
+CXXFLAGS="${CXXFLAGS} ${OPENSSL_CFLAGS} ${QT_CFLAGS}"
+LIBS="${LIBS} ${OPENSSL_LIBS} ${QT_LIBS}"
 
 if test "$cross_compiling" = yes; then :
   echo "Skipping the compile test because of cross-compiling"
