Changes between Version 1 and Version 2 of Ticket #38337, comment 9
- Timestamp:
- Mar 9, 2013, 11:18:54 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38337, comment 9
v1 v2 9 9 sudo port install kdepim4-runtime configure.compiler=apple-gcc-4.2 10 10 }}} 11 I would assume that the line with __GXX_EXPERIMENTAL_CXX0X__indicates that libstd++ should be used, and that we would have to force a newer compiler for that, like other ports:11 I would assume that the line with `__GXX_EXPERIMENTAL_CXX0X__` indicates that libstd++ should be used, and that we would have to force a newer compiler for that, like other ports: 12 12 {{{ 13 13 if {${configure.compiler} != "clang" && ${os.platform} == "darwin"} {