pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/arm-none-eabi-gcc enable PLIST.libcpp on Darwin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c95397b6d86d
branches:  trunk
changeset: 374379:c95397b6d86d
user:      dbj <dbj%pkgsrc.org@localhost>
date:      Mon Jan 22 04:38:42 2018 +0000

description:
enable PLIST.libcpp on Darwin

diffstat:

 cross/arm-none-eabi-gcc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d075f8cf3cac -r c95397b6d86d cross/arm-none-eabi-gcc/Makefile
--- a/cross/arm-none-eabi-gcc/Makefile  Mon Jan 22 04:36:08 2018 +0000
+++ b/cross/arm-none-eabi-gcc/Makefile  Mon Jan 22 04:38:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/01/18 14:39:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2018/01/22 04:38:42 dbj Exp $
 
 DISTNAME=              gcc-7.2.0
 PKGNAME=               cross-arm-none-eabi-${DISTNAME}
@@ -60,7 +60,7 @@
 CFLAGS+=       -fbracket-depth=1024
 .endif
 
-.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS"
+.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
 PLIST.libcpp=  yes
 .endif
 



Home | Main Index | Thread Index | Old Index