You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
2f0f1974d4
Closes: #55202
11 lines
372 B
Diff
11 lines
372 B
Diff
--- pyopencl-2012.1/setup.py.orig 2012-06-02 16:23:51.000000000 -0400
|
|
+++ pyopencl-2012.1/setup.py 2012-08-28 23:27:29.000000000 -0400
|
|
@@ -28,6 +28,7 @@
|
|
default_cxxflags.extend(['-isysroot', srp])
|
|
break
|
|
|
|
+ default_cxxflags = ['-std=gnu++11']
|
|
default_ldflags = default_cxxflags[:] + ["-Wl,-framework,OpenCL"]
|
|
|
|
else:
|