Changeset 80096
- Timestamp:
- 07/04/11 02:18:20 (4 years ago)
- Location:
- trunk/dports/x11
- Files:
-
- 4 edited
-
wine-crossover-games/Portfile (modified) (2 diffs)
-
wine-crossover/Portfile (modified) (2 diffs)
-
wine-devel/Portfile (modified) (2 diffs)
-
wine/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/wine-crossover-games/Portfile
r80038 r80096 151 151 supported_archs i386 152 152 153 # llvm-gcc does not respect force_align_arg_pointer 154 # clang fails due to CFI-foo (winebuild uses /usr/bin/as to assemble clang-generated assembly) 155 if {${configure.compiler} == "llvm-gcc-4.2" || 156 ${configure.compiler} == "clang"} { 157 configure.compiler gcc-4.2 158 } 159 153 160 platform darwin 9 { 154 161 # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." … … 166 173 # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o 167 174 configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE 168 169 # llvm-gcc does not respect force_align_arg_pointer170 # clang fails due to CFI-foo (winebuild uses /usr/bin/as to assemble clang-generated assembly)171 configure.compiler gcc-4.2172 173 # I have a suspicion that this may be necessary, but leaving out for now:174 #post-patch {175 # # Lion disallows heap execution.176 # reinplace "s:LDEXECFLAGS = :LDEXECFLAGS = -Wl,-allow_heap_execute :" ${worksrcpath}/loader/Makefile.in177 #}178 175 179 176 # Needed or wine will SIGBUS -
trunk/dports/x11/wine-crossover/Portfile
r79680 r80096 148 148 supported_archs i386 149 149 150 # llvm-gcc does not respect force_align_arg_pointer 151 # clang fails due to CFI-foo (winebuild uses /usr/bin/as to assemble clang-generated assembly) 152 if {${configure.compiler} == "llvm-gcc-4.2" || 153 ${configure.compiler} == "clang"} { 154 configure.compiler gcc-4.2 155 } 156 150 157 platform darwin 9 { 151 158 # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." … … 163 170 # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o 164 171 configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE 165 166 # llvm-gcc does not respect force_align_arg_pointer167 # clang fails due to CFI-foo (winebuild uses /usr/bin/as to assemble clang-generated assembly)168 configure.compiler gcc-4.2169 170 # I have a suspicion that this may be necessary, but leaving out for now:171 #post-patch {172 # # Lion disallows heap execution.173 # reinplace "s:LDEXECFLAGS = :LDEXECFLAGS = -Wl,-allow_heap_execute :" ${worksrcpath}/loader/Makefile.in174 #}175 172 176 173 # Needed or wine will SIGBUS -
trunk/dports/x11/wine-devel/Portfile
r80000 r80096 144 144 supported_archs i386 145 145 146 # llvm-gcc does not respect force_align_arg_pointer 147 # clang fails due to CFI-foo (winebuild uses /usr/bin/as to assemble clang-generated assembly) 148 if {${configure.compiler} == "llvm-gcc-4.2" || 149 ${configure.compiler} == "clang"} { 150 configure.compiler gcc-4.2 151 } 152 146 153 platform darwin 9 { 147 154 # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." … … 159 166 # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o 160 167 configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE 161 162 # llvm-gcc does not respect force_align_arg_pointer163 # clang fails due to CFI-foo (winebuild uses /usr/bin/as to assemble clang-generated assembly)164 configure.compiler gcc-4.2165 166 # I have a suspicion that this may be necessary, but leaving out for now:167 #post-patch {168 # # Lion disallows heap execution.169 # reinplace "s:LDEXECFLAGS = :LDEXECFLAGS = -Wl,-allow_heap_execute :" ${worksrcpath}/loader/Makefile.in170 #}171 168 172 169 # Needed or wine will SIGBUS -
trunk/dports/x11/wine/Portfile
r80000 r80096 146 146 supported_archs i386 147 147 148 # llvm-gcc does not respect force_align_arg_pointer 149 # clang fails due to CFI-foo (winebuild uses /usr/bin/as to assemble clang-generated assembly) 150 if {${configure.compiler} == "llvm-gcc-4.2" || 151 ${configure.compiler} == "clang"} { 152 configure.compiler gcc-4.2 153 } 154 148 155 platform darwin 9 { 149 156 # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." … … 166 173 # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o 167 174 configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE 168 169 # llvm-gcc does not respect force_align_arg_pointer170 # clang fails due to CFI-foo (winebuild uses /usr/bin/as to assemble clang-generated assembly)171 configure.compiler gcc-4.2172 173 # I have a suspicion that this may be necessary, but leaving out for now:174 #post-patch {175 # # Lion disallows heap execution.176 # reinplace "s:LDEXECFLAGS = :LDEXECFLAGS = -Wl,-allow_heap_execute :" ${worksrcpath}/loader/Makefile.in177 #}178 175 179 176 # Needed or wine will SIGBUS
Note: See TracChangeset
for help on using the changeset viewer.

