Changeset 40534 for trunk/dports


Ignore:
Timestamp:
Oct 6, 2008, 6:45:23 AM (16 years ago)
Author:
ryandesign@…
Message:

wine, wine-devel: help it find libGL and other things that are part of X11; closes #16603

Location:
trunk/dports/x11
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/wine-devel/Portfile

    r40116 r40534  
    66set my_name             wine
    77version                 1.1.5
     8revision                1
    89
    910categories              x11
     
    7071    xinstall -m 755 ${filespath}/wine.in ${destroot}${prefix}/bin/wine
    7172    reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine
     73    reinplace s|@X11PREFIX@|${x11prefix}|g ${destroot}${prefix}/bin/wine
    7274}
    7375
  • trunk/dports/x11/wine-devel/files/wine.in

    r40116 r40534  
    11#!/bin/sh
    22
    3 DYLD_FALLBACK_LIBRARY_PATH="@PREFIX@/lib" \
     3DYLD_FALLBACK_LIBRARY_PATH="@PREFIX@/lib:@X11PREFIX@/lib" \
    44"@PREFIX@/libexec/wine/wine" "$@"
  • trunk/dports/x11/wine/Portfile

    r40116 r40534  
    55name                    wine
    66version                 1.0
    7 revision                1
     7revision                2
    88categories              x11
    99maintainers             ryandesign jwa openmaintainer
     
    7171    xinstall -m 755 ${filespath}/wine.in ${destroot}${prefix}/bin/wine
    7272    reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine
     73    reinplace s|@X11PREFIX@|${x11prefix}|g ${destroot}${prefix}/bin/wine
    7374}
    7475
  • trunk/dports/x11/wine/files/wine.in

    r40116 r40534  
    11#!/bin/sh
    22
    3 DYLD_FALLBACK_LIBRARY_PATH="@PREFIX@/lib" \
     3DYLD_FALLBACK_LIBRARY_PATH="@PREFIX@/lib:@X11PREFIX@/lib" \
    44"@PREFIX@/libexec/wine/wine" "$@"
Note: See TracChangeset for help on using the changeset viewer.