Received: by mail.netbsd.org (Postfix, from userid 605) id CBC7A84D94; Sat, 18 Jan 2020 23:11:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5142C84D8C for ; Sat, 18 Jan 2020 23:11:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id n70SSh_WAzQ8 for ; Sat, 18 Jan 2020 23:11:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 964C084CEA for ; Sat, 18 Jan 2020 23:11:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 856E2FBF4; Sat, 18 Jan 2020 23:11:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157938909981440" MIME-Version: 1.0 Date: Sat, 18 Jan 2020 23:11:39 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/graphics/qore-glut-module To: pkgsrc-changes@NetBSD.org Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20200118231139.856E2FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157938909981440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_157938909981440 Content-Disposition: inline Content-Length: 731 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_157938909981440--