pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross/arm-none-eabi-gcc
Module Name: pkgsrc
Committed By: dbj
Date: Mon Jan 22 04:38:42 UTC 2018
Modified Files:
pkgsrc/cross/arm-none-eabi-gcc: Makefile
Log Message:
enable PLIST.libcpp on Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/cross/arm-none-eabi-gcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cross/arm-none-eabi-gcc/Makefile
diff -u pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.12 pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.13
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.12 Thu Jan 18 14:39:59 2018
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile Mon Jan 22 04:38:42 2018
@@ -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 @@ PLIST_VARS+= libcpp
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