pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/bullet
Module Name: pkgsrc
Committed By: adam
Date: Fri Aug 7 08:57:04 UTC 2020
Modified Files:
pkgsrc/devel/bullet: Makefile
Log Message:
bullet: on Darwin use OpenGL.framework
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/bullet/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/bullet/Makefile
diff -u pkgsrc/devel/bullet/Makefile:1.14 pkgsrc/devel/bullet/Makefile:1.15
--- pkgsrc/devel/bullet/Makefile:1.14 Thu Feb 20 14:58:54 2020
+++ pkgsrc/devel/bullet/Makefile Fri Aug 7 08:57:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/02/20 14:58:54 nia Exp $
+# $NetBSD: Makefile,v 1.15 2020/08/07 08:57:04 adam Exp $
DISTNAME= bullet-2.89
CATEGORIES= devel
@@ -27,6 +27,9 @@ CMAKE_ARGS+= -DBUILD_UNIT_TESTS:BOOL=off
PKGCONFIG_OVERRIDE+= bullet.pc.in
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} != "Darwin"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/glu/buildlink3.mk"
+.endif
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index