diff options
author | makc <makc@FreeBSD.org> | 2010-10-30 04:15:22 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-10-30 04:15:22 +0800 |
commit | d0fdd49d889a193ceb204ad61744fc0156f194db (patch) | |
tree | 95b943b746c6cc9e5a7f0a2670cf8617ae1cbf67 /emulators | |
parent | 4dab8e1d0c91c91861a00f1791fdc2db2133235b (diff) | |
download | freebsd-ports-gnome-d0fdd49d889a193ceb204ad61744fc0156f194db.tar.gz freebsd-ports-gnome-d0fdd49d889a193ceb204ad61744fc0156f194db.tar.zst freebsd-ports-gnome-d0fdd49d889a193ceb204ad61744fc0156f194db.zip |
Fix build on 6.x
Remove md5 sum
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aqemu/Makefile | 8 | ||||
-rw-r--r-- | emulators/aqemu/distinfo | 1 |
2 files changed, 7 insertions, 2 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index 70fdf0af4948..f80b3287f64b 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -25,4 +25,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.0$,,} MAN1= aqemu.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700042 +CMAKE_USE_PTHREAD= yes +.endif + +.include <bsd.port.post.mk> diff --git a/emulators/aqemu/distinfo b/emulators/aqemu/distinfo index 7917316bace8..74f2b302f7cb 100644 --- a/emulators/aqemu/distinfo +++ b/emulators/aqemu/distinfo @@ -1,3 +1,2 @@ -MD5 (aqemu-0.8.0.tar.bz2) = d6cbe7955eeef4d2285b198cd1b32064 SHA256 (aqemu-0.8.0.tar.bz2) = 29e2e8663bb34d10888994766bb3aba3a916bbf18d2d10c189309c61e813c363 SIZE (aqemu-0.8.0.tar.bz2) = 866896 |