diff options
author | tnn <tnn@pkgsrc.org> | 2015-04-03 01:34:42 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-04-03 01:34:42 +0000 |
commit | e7cfd9b35ebe283064b5981c22b9fa617997b1ce (patch) | |
tree | 6a5bd06b752d65b09fb2913c501323abffa3555e | |
parent | e7b75d89b7fccc13a07fa0a54a813f7ebf8caf09 (diff) | |
download | pkgsrc-e7cfd9b35ebe283064b5981c22b9fa617997b1ce.tar.gz |
fix X11 runpath. Bump rev.
-rw-r--r-- | graphics/glut/Makefile | 5 |
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 |