Changeset 79642
- Timestamp:
- 06/21/11 20:35:51 (4 years ago)
- Location:
- trunk/dports/x11/wine-crossover-games
- Files:
-
- 2 edited
-
Portfile (modified) (4 diffs)
-
files/wine.in (modified) (1 diff, 2 props)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/wine-crossover-games/Portfile
r79605 r79642 8 8 conflicts wine wine-devel 9 9 version 10.0.0 10 revision 110 revision 2 11 11 license LGPL-2.1+ 12 12 categories x11 … … 26 26 minimum_xcodeversions {8 2.5} 27 27 28 description Wine Is Not an Emulator (1. 2.1with CodeWeavers modifications)28 description Wine Is Not an Emulator (1.3.9 with CodeWeavers modifications) 29 29 30 30 long_description Wine is an implementation of the Windows APIs on top of X11. \ … … 164 164 # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o 165 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 166 179 } 167 180 … … 174 187 175 188 post-destroot { 189 xinstall -d ${destroot}${prefix}/libexec/wine 190 file rename ${destroot}${prefix}/bin/wineloader ${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 176 193 xinstall ${filespath}/wine.in ${destroot}${prefix}/bin/wine 177 194 reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine -
trunk/dports/x11/wine-crossover-games/files/wine.in
- Property svn:eol-style set to native
- Property svn:keywords set to Id
r50572 r79642 1 1 #!/bin/sh 2 # $Id$ 2 3 3 4 DYLD_FALLBACK_LIBRARY_PATH="@PREFIX@/lib" \ 4 "@PREFIX@/ bin/wineloader" "$@"5 "@PREFIX@/libexec/wine/wine" "$@"
Note: See TracChangeset
for help on using the changeset viewer.

