Changeset 98413


Ignore:
Timestamp:
Oct 4, 2012, 10:52:30 PM (12 years ago)
Author:
ryandesign@…
Message:

qemu: use MacPorts libtool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/emulators/qemu/Portfile

    r98412 r98413  
    2828
    2929depends_build           port:texinfo \
     30                        port:libtool \
    3031                        port:pkgconfig
    3132
     
    5354build.args-append       V=1
    5455
     56# libtool: unknown option character `-' in: --mode=compile
     57build.args-append       LIBTOOL=${prefix}/bin/glibtool
     58
    5559foreach t {i386 x86_64 ppc ppc64 arm cris m68k mips mipsel mips64 mips64el ppcemb sh4 sh4eb sparc} {
    5660    variant target_${t} description "add ${t} target support" "append target_list \",${t}-softmmu\""
Note: See TracChangeset for help on using the changeset viewer.