diff options
author | marius <marius@FreeBSD.org> | 2010-03-26 07:11:22 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2010-03-26 07:11:22 +0800 |
commit | 9e559bc118e7dcf47eb96b66d3e98df925e0236a (patch) | |
tree | e7bb4d52fa3ae170ed63deb0ab488206864807f6 /graphics/libGL | |
parent | 0dad3a58ebf39db1b071326e5aacba020e0f999b (diff) | |
download | freebsd-ports-gnome-9e559bc118e7dcf47eb96b66d3e98df925e0236a.tar.gz freebsd-ports-gnome-9e559bc118e7dcf47eb96b66d3e98df925e0236a.tar.zst freebsd-ports-gnome-9e559bc118e7dcf47eb96b66d3e98df925e0236a.zip |
Unbreak the Mesa3D 7.4.4 build for powerpc and sparc64 after the 7.6.1
integration.
Approved by: rnoland
Diffstat (limited to 'graphics/libGL')
-rw-r--r-- | graphics/libGL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libGL/Makefile b/graphics/libGL/Makefile index 6e7e99f84234..009d2c7a538a 100644 --- a/graphics/libGL/Makefile +++ b/graphics/libGL/Makefile @@ -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: |