pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/sameboy sameboy: MesaLib is not needed on Da...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e29c26f6acde
branches:  trunk
changeset: 449565:e29c26f6acde
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 01 15:37:24 2021 +0000

description:
sameboy: MesaLib is not needed on Darwin

diffstat:

 emulators/sameboy/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r f21bab9ea997 -r e29c26f6acde emulators/sameboy/Makefile
--- a/emulators/sameboy/Makefile        Thu Apr 01 15:28:10 2021 +0000
+++ b/emulators/sameboy/Makefile        Thu Apr 01 15:37:24 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2021/03/22 14:36:09 nia Exp $
+# $NetBSD: Makefile,v 1.8 2021/04/01 15:37:24 adam Exp $
 
 .include "Makefile.common"
 
@@ -13,8 +13,13 @@
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
 
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} != "Darwin"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.endif
+
 .include "../../devel/SDL2/buildlink3.mk"
-.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 BUILDLINK_TRANSFORM+=  opt:-ldl:${BUILDLINK_LDADD.dl:Q}
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index