summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamil <kamil>2016-10-01 13:20:52 +0000
committerkamil <kamil>2016-10-01 13:20:52 +0000
commit656095250c11918d06e1da3e1bc4eaafe22e0ab7 (patch)
treea1bcadb50691d39224be87fc8b9f6b869bb53d60
parent5a602c3e6054ce0c53dc4f7baf2ba5b5afa13693 (diff)
downloadpkgsrc-656095250c11918d06e1da3e1bc4eaafe22e0ab7.tar.gz
Fix build of qemu-0.15.1 on CentOS 7
Changes: - require -lrt for timer_settime() - replace "struct siginfo" with "siginfo_t" (backported from new qemu) Bump PKGREVISION to 18.
-rw-r--r--emulators/qemu0/Makefile6
-rw-r--r--emulators/qemu0/distinfo3
2 files changed, 6 insertions, 3 deletions
diff --git a/emulators/qemu0/Makefile b/emulators/qemu0/Makefile
index 9a89b1832e9..9ea3487bf5d 100644
--- a/emulators/qemu0/Makefile
+++ b/emulators/qemu0/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2016/07/09 13:03:47 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/10/01 13:20:52 kamil Exp $
DISTNAME= qemu-0.15.1
-PKGREVISION= 17
+PKGREVISION= 18
CATEGORIES= emulators
MASTER_SITES= http://wiki.qemu.org/download/
@@ -109,6 +109,8 @@ PLIST_VARS+= ${UE_ARCHS} nbd
PLIST.${_var_}= YES
.endfor
+LDFLAGS.Linux+= -lrt # timer_settime
+
post-install:
${INSTALL_DATA} ${FILESDIR}/Makefile.multinode-NetBSD \
${DESTDIR}${PREFIX}/share/doc/qemu/
diff --git a/emulators/qemu0/distinfo b/emulators/qemu0/distinfo
index a41803ae09d..dfaf84b3fe8 100644
--- a/emulators/qemu0/distinfo
+++ b/emulators/qemu0/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 20:31:01 agc Exp $
+$NetBSD: distinfo,v 1.5 2016/10/01 13:20:52 kamil Exp $
SHA1 (qemu-0.15.1.tar.gz) = 30cf3b4dabb4b5d8efadb20f364eb8181f317681
RMD160 (qemu-0.15.1.tar.gz) = fd1cfde94f96569af671cc96d1c2e4bad524fd61
@@ -21,5 +21,6 @@ SHA1 (patch-hw_ppc__newworld.c) = a0011c05cd35aff8982b97c3ec669e18c11ad07b
SHA1 (patch-hw_ppc__oldworld.c) = 790daed4d0bdc51628a6252716480510f8c444c8
SHA1 (patch-hw_xilinx__axienet.c) = 6f715e4e2241c3c9006bc571084ca5fd12658f13
SHA1 (patch-ioport.c) = bb0c6671eaf39ef9b846d0ea2633cb1d56edddb1
+SHA1 (patch-linux-user_signal.c) = cad363ccbf43e48e67127dac785606d7169ffa45
SHA1 (patch-scripts_texi2pod.pl) = 4822f54e16f27b1ba586116e3158e2d3d9b37906
SHA1 (patch-slirp_tcp__subr.c) = d2aca58ea0726b76b5f644af27fde0598beaf048