You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libnumbertext/libnumbertext-cxxflags.patch

12 lines
285 B

--- libnumbertext-1.0.2/configure.ac
+++ libnumbertext-1.0.2/configure.ac
@@ -22,7 +22,7 @@
dnl Checks for typedefs, structures, and compiler characteristics.
AC_LANG([C++])
-CXXFLAGS='-Wall -std=c++11'
+CXXFLAGS="$CXXFLAGS -Wall -std=c++11"
AC_CHECK_HEADERS([codecvt regex])