diff options
author | hubertf <hubertf@pkgsrc.org> | 2013-10-27 16:33:25 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2013-10-27 16:33:25 +0000 |
commit | 55beeebdc79a967ecb2a4422dbe3a0a5ad5d5438 (patch) | |
tree | a356c4f2a3984cf4fd07ae0e7b22be10d4008360 /emulators/qemu/Makefile | |
parent | 95bac226b2d1d43b7a7ae729a0b2bd316d44e48d (diff) | |
download | pkgsrc-55beeebdc79a967ecb2a4422dbe3a0a5ad5d5438.tar.gz |
Make this build on Mac OS X 10.7.x - the linker needs ranlink ran
(via ar), else it will fail to link.
OK joerg@
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 13a79ea67ef..757406fe64c 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.118 2013/10/26 13:39:37 asau Exp $ +# $NetBSD: Makefile,v 1.119 2013/10/27 16:33:25 hubertf Exp $ DISTNAME= qemu-1.6.1 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ EXTRACT_SUFX= .tar.bz2 @@ -34,6 +35,7 @@ CONFIGURE_ARGS+= --python=${PYTHONBIN} CONFIGURE_ARGS+= --smbd=${PREFIX}/sbin/smbd CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} CONFIGURE_ARGS+= --enable-curses +#HF#CONFIGURE_ARGS+= --disable-fdt # HF: build on OS X CONFIGURE_ENV+= mansuffix=/${PKGMANDIR} CONF_FILES= ${EGDIR}/target-x86_64.conf \ |