diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-10-29 20:15:22 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-10-29 20:15:22 +0000 |
commit | 2e5fb460af6052fff9e8dacb8d98c1b741fdc732 (patch) | |
tree | 5ea3e9dc6ac63f750a75c4d36289664c4299f13c /emulators | |
parent | 47b15eee3c8a31ed6104fe784ac4dd4dab731bac (diff) | |
download | ports-2e5fb460af6052fff9e8dacb8d98c1b741fdc732.tar.gz ports-2e5fb460af6052fff9e8dacb8d98c1b741fdc732.zip |
Fix build on 6.x
Remove md5 sum
Notes
Notes:
svn path=/head/; revision=263762
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 |