bullet: on Darwin use OpenGL.framework
This commit is contained in:
parent
1915c33c3b
commit
ed9a75a62f
1 changed files with 4 additions and 1 deletions
|
@ -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
|
DISTNAME= bullet-2.89
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
@ -27,6 +27,9 @@ CMAKE_ARGS+= -DBUILD_UNIT_TESTS:BOOL=off
|
||||||
|
|
||||||
PKGCONFIG_OVERRIDE+= bullet.pc.in
|
PKGCONFIG_OVERRIDE+= bullet.pc.in
|
||||||
|
|
||||||
|
.include "../../mk/bsd.prefs.mk"
|
||||||
|
.if ${OPSYS} != "Darwin"
|
||||||
.include "../../graphics/MesaLib/buildlink3.mk"
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
||||||
.include "../../graphics/glu/buildlink3.mk"
|
.include "../../graphics/glu/buildlink3.mk"
|
||||||
|
.endif
|
||||||
.include "../../mk/bsd.pkg.mk"
|
.include "../../mk/bsd.pkg.mk"
|
||||||
|
|
Loading…
Reference in a new issue