pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/glfw glfw: Missing PKGCONFIG_OVERRIDE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7909a4154267
branches:  trunk
changeset: 413385:7909a4154267
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 19 11:50:31 2020 +0000

description:
glfw: Missing PKGCONFIG_OVERRIDE

diffstat:

 graphics/glfw/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 01eb8deb2585 -r 7909a4154267 graphics/glfw/Makefile
--- a/graphics/glfw/Makefile    Thu Mar 19 11:34:27 2020 +0000
+++ b/graphics/glfw/Makefile    Thu Mar 19 11:50:31 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2020/03/19 11:23:53 nia Exp $
+# $NetBSD: Makefile,v 1.8 2020/03/19 11:50:31 nia Exp $
 
 DISTNAME=      glfw-3.3.2
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=glfw/}
 
@@ -16,7 +17,9 @@
 CMAKE_ARGS+=   -DGLFW_BUILD_DOCS=OFF
 CMAKE_ARGS+=   -DGLFW_BUILD_EXAMPLES=OFF
 
-.include "../../mk/bsd.fast.prefs.mk"
+PKGCONFIG_OVERRIDE+=   src/glfw3.pc.in
+
+.include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} != "Darwin"
 .  include "options.mk"
 .  include "../../graphics/MesaLib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index