diff options
author | nork <nork@FreeBSD.org> | 2010-02-07 19:51:08 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2010-02-07 19:51:08 +0800 |
commit | b85d81300d9cfcf809c18e54b11f18ff4164589f (patch) | |
tree | 1f7306b9776d87799a858bc92fdcb076f4ee8110 /graphics/libglut/Makefile | |
parent | 43c7cc7f7b34ef550c5ab06d62a09a429357deff (diff) | |
download | freebsd-ports-gnome-b85d81300d9cfcf809c18e54b11f18ff4164589f.tar.gz freebsd-ports-gnome-b85d81300d9cfcf809c18e54b11f18ff4164589f.tar.zst freebsd-ports-gnome-b85d81300d9cfcf809c18e54b11f18ff4164589f.zip |
Limited Update to Mesa3D 7.6.1 and libdrm 2.4.17.
[MEMO]
In this commit, no version changed. But if you put
'WITHOUT_NOUVEAU' on /etc/make.conf, you can use
new version of Mesa3D and libdrm.
Discussed with: rnoland on freebsd-ports/freebsd-x11.
Diffstat (limited to 'graphics/libglut/Makefile')
-rw-r--r-- | graphics/libglut/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/libglut/Makefile b/graphics/libglut/Makefile index 1b8ea547cf55..1e682c71a8be 100644 --- a/graphics/libglut/Makefile +++ b/graphics/libglut/Makefile @@ -15,6 +15,10 @@ 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 +.endif + do-install: cd ${WRKSRC}/src/glut/glx; ${GMAKE} install ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ |