x11/pixman: fix build on powerpc64/powerpc
Reviewed by: dumbbell, kwm
This commit is contained in:
parent
0c809505c4
commit
9f60ff7938
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413732
@ -23,4 +23,10 @@ INSTALL_TARGET= install-strip
|
||||
# where the build of the tests crashes ld; see PR bin/202284.
|
||||
MAKE_ARGS= SUBDIRS=pixman
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "powerpc64" || ${ARCH} == "powerpc"
|
||||
CONFIGURE_ARGS+= --disable-vmx
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user