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/libGLU | |
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/libGLU')
-rw-r--r-- | graphics/libGLU/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index accdeb74936a..40dc3770c58c 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -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: |