summaryrefslogtreecommitdiff
path: root/graphics/glut/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2015-04-03 01:34:42 +0000
committertnn <tnn>2015-04-03 01:34:42 +0000
commit94302eede8278f5f6bf215d678f0f3e2d9c9fa5d (patch)
tree6a5bd06b752d65b09fb2913c501323abffa3555e /graphics/glut/Makefile
parente65baff3b4f804a0bb1260105790cdb421346ea9 (diff)
downloadpkgsrc-94302eede8278f5f6bf215d678f0f3e2d9c9fa5d.tar.gz
fix X11 runpath. Bump rev.
Diffstat (limited to 'graphics/glut/Makefile')
-rw-r--r--graphics/glut/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile
index 0afa0c90e9f..eb12bbef569 100644
--- a/graphics/glut/Makefile
+++ b/graphics/glut/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.55 2015/04/03 01:00:52 tnn Exp $
+# $NetBSD: Makefile,v 1.56 2015/04/03 01:34:42 tnn Exp $
DISTNAME= MesaGLUT-7.9.2
# we have the autoconf patches from git, so call it 8.0.1.
PKGNAME= glut-8.0.1
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glut/
EXTRACT_SUFX= .tar.bz2
@@ -20,6 +21,8 @@ GNU_CONFIGURE= YES
PKGCONFIG_OVERRIDE+= src/glut/glx/glut.pc.in
+CONFIGURE_ENV+= "EXTRA_LIB_PATH=${COMPILER_RPATH_FLAG}${X11BASE}/lib -L${X11BASE}/lib"
+
pre-configure:
cd ${WRKSRC} && autoreconf -vif