pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/glut fix X11 runpath. Bump rev.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a6570d1073c
branches:  trunk
changeset: 649401:0a6570d1073c
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Apr 03 01:34:42 2015 +0000

description:
fix X11 runpath. Bump rev.

diffstat:

 graphics/glut/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r d2d52689cf74 -r 0a6570d1073c graphics/glut/Makefile
--- a/graphics/glut/Makefile    Fri Apr 03 01:15:24 2015 +0000
+++ b/graphics/glut/Makefile    Fri Apr 03 01:34:42 2015 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index