opnsense-ports/x11-toolkits/py-wxPython30/files/patch-config.py
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

10 lines
306 B
Python

--- config.py.orig 2015-04-11 19:08:36 UTC
+++ config.py
@@ -1030,6 +1030,7 @@ elif os.name == 'posix' or COMPILER == '
cflags = getWxConfigValue('--cxxflags')
cflags = cflags.split()
+ cflags.append('-std=c++11')
if debug:
cflags.append('-ggdb')
cflags.append('-O0')