pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/glfw
Module Name: pkgsrc
Committed By: nia
Date: Thu Mar 19 11:50:31 UTC 2020
Modified Files:
pkgsrc/graphics/glfw: Makefile
Log Message:
glfw: Missing PKGCONFIG_OVERRIDE
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/glfw/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/glfw/Makefile
diff -u pkgsrc/graphics/glfw/Makefile:1.7 pkgsrc/graphics/glfw/Makefile:1.8
--- pkgsrc/graphics/glfw/Makefile:1.7 Thu Mar 19 11:23:53 2020
+++ pkgsrc/graphics/glfw/Makefile Thu Mar 19 11:50:31 2020
@@ -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+= -DBUILD_SHARED_LIBS=ON
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