Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/bullet bullet: on Darwin use OpenGL.framework
details: https://anonhg.NetBSD.org/pkgsrc/rev/5642ad1c55aa
branches: trunk
changeset: 436683:5642ad1c55aa
user: adam <adam%pkgsrc.org@localhost>
date: Fri Aug 07 08:57:04 2020 +0000
description:
bullet: on Darwin use OpenGL.framework
diffstat:
devel/bullet/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r cd7fc9ea7013 -r 5642ad1c55aa devel/bullet/Makefile
--- a/devel/bullet/Makefile Fri Aug 07 08:34:03 2020 +0000
+++ b/devel/bullet/Makefile Fri Aug 07 08:57:04 2020 +0000
@@ -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 @@
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