pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/qore-glut-module
Module Name: pkgsrc
Committed By: nros
Date: Sat Jan 18 23:11:39 UTC 2020
Modified Files:
pkgsrc/graphics/qore-glut-module: Makefile
Log Message:
Make qore-glut-module find freeglut
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/qore-glut-module/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/qore-glut-module/Makefile
diff -u pkgsrc/graphics/qore-glut-module/Makefile:1.11 pkgsrc/graphics/qore-glut-module/Makefile:1.12
--- pkgsrc/graphics/qore-glut-module/Makefile:1.11 Sat Jan 18 21:48:14 2020
+++ pkgsrc/graphics/qore-glut-module/Makefile Sat Jan 18 23:11:39 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/01/18 21:48:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.12 2020/01/18 23:11:39 nros Exp $
DISTNAME= qore-glut-module-0.0.3
PKGREVISION= 11
@@ -15,7 +15,7 @@ USE_LIBTOOL= yes
USE_LANGUAGES= c c++11
PTHREAD_OPTS+= native
-CONFIGURE_ARGS+= --with-glut=${BUILDLINK_PREFIX.glut}
+CONFIGURE_ARGS+= --with-glut=${BUILDLINK_PREFIX.freeglut}
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index