Revision: 98413 http://trac.macports.org//changeset/98413 Author: ryandesign@macports.org Date: 2012-10-04 15:52:30 -0700 (Thu, 04 Oct 2012) Log Message: ----------- qemu: use MacPorts libtool Modified Paths: -------------- trunk/dports/emulators/qemu/Portfile Modified: trunk/dports/emulators/qemu/Portfile =================================================================== --- trunk/dports/emulators/qemu/Portfile 2012-10-04 22:48:01 UTC (rev 98412) +++ trunk/dports/emulators/qemu/Portfile 2012-10-04 22:52:30 UTC (rev 98413) @@ -27,6 +27,7 @@ patch-net-tap-interface.diff depends_build port:texinfo \ + port:libtool \ port:pkgconfig depends_lib port:curl \ @@ -52,6 +53,9 @@ # disable silent rules build.args-append V=1 +# libtool: unknown option character `-' in: --mode=compile +build.args-append LIBTOOL=${prefix}/bin/glibtool + foreach t {i386 x86_64 ppc ppc64 arm cris m68k mips mipsel mips64 mips64el ppcemb sh4 sh4eb sparc} { variant target_${t} description "add ${t} target support" "append target_list \",${t}-softmmu\"" }
participants (1)
-
ryandesign@macports.org