View | Details | Raw Unified | Return to bug 221044 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/local/poudriere/ports/default/x11/pixman/Makefile (-1 / +6 lines)
Lines 1-4 Link Here
1
# $FreeBSD$
1
# $FreeBSD: head/x11/pixman/Makefile 413732 2016-04-21 14:01:05Z swills $
2
2
3
PORTNAME=	pixman
3
PORTNAME=	pixman
4
PORTVERSION=	0.34.0
4
PORTVERSION=	0.34.0
Lines 22-27 Link Here
22
# do not get installed anyway).  This is to workaround a problem in powerpc64
22
# do not get installed anyway).  This is to workaround a problem in powerpc64
23
# where the build of the tests crashes ld; see PR bin/202284.
23
# where the build of the tests crashes ld; see PR bin/202284.
24
MAKE_ARGS=      SUBDIRS=pixman
24
MAKE_ARGS=      SUBDIRS=pixman
25
26
.if ${ARCH} == "armv6"
27
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
28
CFLAGS+=        -no-integrated-as -B${LOCALBASE}/bin
29
.endif
25
30
26
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
27
32

Return to bug 221044