Changeset 81288
- Timestamp:
- 07/28/11 19:15:17 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/emulators/qemu/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/emulators/qemu/Portfile
r81287 r81288 36 36 port:ossp-uuid 37 37 38 # target-i386/exec.h:31:30: error: global register variables are not supported 39 if {${configure.compiler} == "clang" || 40 ${configure.compiler} == "llvm-gcc-4.2"} { 41 configure.compiler gcc-4.2 42 if {![file executable ${configure.cc}]} { 43 depends_build-append port:apple-gcc42 44 configure.compiler apple-gcc-4.2 45 } 46 } 47 38 48 configure.args --cc=${configure.cc} \ 39 49 --host-cc=${configure.cc}
Note: See TracChangeset
for help on using the changeset viewer.

