mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Unbreak the Mesa3D 7.4.4 build for powerpc and sparc64 after the 7.6.1
integration. Approved by: rnoland
This commit is contained in:
parent
12c4a1fce7
commit
bb8871ec1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251514
@ -21,8 +21,8 @@ MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto
|
||||
|
||||
.ifdef WITH_NOUVEAU
|
||||
EXTRA_PATCHES= mesalib74-configure
|
||||
.ifndef WITHOUT_NOUVEAU
|
||||
EXTRA_PATCHES+= ${FILESDIR}/mesalib74-configure
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@ -32,8 +32,8 @@ do-install:
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not install on ia64 on sparc64
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= Does not install on ia64
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -17,8 +17,8 @@ LIB_DEPENDS+= drm:${PORTSDIR}/graphics/libdrm \
|
||||
|
||||
USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto:both
|
||||
|
||||
.ifdef WITH_NOUVEAU
|
||||
EXTRA_PATCHES= mesalib74-configure
|
||||
.ifndef WITHOUT_NOUVEAU
|
||||
EXTRA_PATCHES+= ${FILESDIR}/mesalib74-configure
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
@ -14,8 +14,8 @@ COMMENT= OpenGL utility library
|
||||
USE_GL= gl
|
||||
USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto
|
||||
|
||||
.ifdef WITH_NOUVEAU
|
||||
EXTRA_PATCHES= mesalib74-configure
|
||||
.ifndef WITHOUT_NOUVEAU
|
||||
EXTRA_PATCHES+= ${FILESDIR}/mesalib74-configure
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
@ -17,8 +17,8 @@ LIB_DEPENDS+= Xm.3:${PORTSDIR}/x11-toolkits/open-motif
|
||||
USE_GL= gl
|
||||
USE_XORG= glproto xt x11 xext xxf86vm xdamage xfixes dri2proto
|
||||
|
||||
.ifdef WITH_NOUVEAU
|
||||
EXTRA_PATCHES= mesalib74-configure
|
||||
.ifndef WITHOUT_NOUVEAU
|
||||
EXTRA_PATCHES+= ${FILESDIR}/mesalib74-configure
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
@ -15,8 +15,8 @@ COMMENT= OpenGL utility toolkit
|
||||
USE_GL= glu
|
||||
USE_XORG= glproto x11 xext xxf86vm xdamage xfixes xi xmu dri2proto
|
||||
|
||||
.ifdef WITH_NOUVEAU
|
||||
EXTRA_PATCHES= mesalib74-configure
|
||||
.ifndef WITHOUT_NOUVEAU
|
||||
EXTRA_PATCHES+= ${FILESDIR}/mesalib74-configure
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user