View | Details | Raw Unified | Return to bug 246924
Collapse All | Expand All

(-)Makefile (-1 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	qemu
4
PORTNAME=	qemu
5
PORTVERSION=	4.2.0
5
PORTVERSION=	4.2.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	emulators
7
CATEGORIES=	emulators
8
MASTER_SITES=	https://download.qemu.org/
8
MASTER_SITES=	https://download.qemu.org/
9
PKGNAMESUFFIX=	-devel
9
PKGNAMESUFFIX=	-devel
Lines 16-21 Link Here
16
16
17
ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64
17
ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64
18
18
19
BUILD_DEPENDS+=	${LOCALBASE}/bin/ld.gold:devel/binutils
19
LIB_DEPENDS=	libnettle.so:security/nettle \
20
LIB_DEPENDS=	libnettle.so:security/nettle \
20
		libfontconfig.so:x11-fonts/fontconfig \
21
		libfontconfig.so:x11-fonts/fontconfig \
21
		libfreetype.so:print/freetype2 \
22
		libfreetype.so:print/freetype2 \
Lines 27-32 Link Here
27
USE_GNOME=	cairo glib20 libxml2
28
USE_GNOME=	cairo glib20 libxml2
28
USE_PERL5=	build
29
USE_PERL5=	build
29
USE_XORG=	pixman
30
USE_XORG=	pixman
31
USE_GCC=	any
30
32
31
#BROKEN_powerpc64=	fails to compile: In function aio_bh_poll: internal compiler error: Segmentation fault
33
#BROKEN_powerpc64=	fails to compile: In function aio_bh_poll: internal compiler error: Segmentation fault
32
34
Lines 34-39 Link Here
34
#.endif
36
#.endif
35
37
36
HAS_CONFIGURE=	yes
38
HAS_CONFIGURE=	yes
39
MAKE_ARGS+=	LDFLAGS='-fuse-ld=gold'
37
MAKE_ENV+=	BSD_MAKE="${MAKE}" V=1
40
MAKE_ENV+=	BSD_MAKE="${MAKE}" V=1
38
41
39
OPTIONS_DEFINE=	SAMBA X11 GTK3 OPENGL GNUTLS SASL JPEG PNG CURL \
42
OPTIONS_DEFINE=	SAMBA X11 GTK3 OPENGL GNUTLS SASL JPEG PNG CURL \

Return to bug 246924