Changeset 79641
- Timestamp:
- 06/21/11 20:34:49 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/x11/wine/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/wine/Portfile
r79607 r79641 10 10 set my_name wine 11 11 version 1.2.3 12 revision 1 12 13 license LGPL-2.1+ 13 14 categories x11 … … 160 161 } 161 162 163 platform darwin 11 { 164 # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o 165 configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE 166 167 # llvm-gcc does not respect force_align_arg_pointer 168 # clang fails due to CFI-foo (winebuild uses /usr/bin/as to assemble clang-generated assembly) 169 configure.compiler gcc-4.2 170 171 # I have a suspicion that this may be necessary, but leaving out for now: 172 #post-patch { 173 # # Lion disallows heap execution. 174 # reinplace "s:LDEXECFLAGS = :LDEXECFLAGS = -Wl,-allow_heap_execute :" ${worksrcpath}/loader/Makefile.in 175 #} 176 177 # Needed or wine will SIGBUS 178 configure.ldflags-append -Wl,-no_pie 179 } 180 162 181 pre-fetch { 163 182 if {"big" == ${os.endian}} { … … 170 189 xinstall -d ${destroot}${prefix}/libexec/wine 171 190 file rename ${destroot}${prefix}/bin/wine ${destroot}${prefix}/libexec/wine/wine 191 system "install_name_tool -change @executable_path/../lib/libwine.1.dylib @executable_path/../../lib/libwine.1.dylib ${destroot}${prefix}/libexec/wine/wine" 192 172 193 xinstall ${filespath}/wine.in ${destroot}${prefix}/bin/wine 173 194 reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine
Note: See TracChangeset
for help on using the changeset viewer.

