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 Include bsd.prefs.mk fot OPSYS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d98c64be309
branches:  trunk
changeset: 315304:9d98c64be309
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Nov 21 00:16:04 2018 +0000

description:
Include bsd.prefs.mk fot OPSYS

diffstat:

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

diffs (17 lines):

diff -r 313afe24b6fd -r 9d98c64be309 cross/arm-none-eabi-gcc/Makefile
--- a/cross/arm-none-eabi-gcc/Makefile  Tue Nov 20 23:43:13 2018 +0000
+++ b/cross/arm-none-eabi-gcc/Makefile  Wed Nov 21 00:16:04 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/11/20 21:24:58 maya Exp $
+# $NetBSD: Makefile,v 1.21 2018/11/21 00:16:04 ryoon Exp $
 
 DISTNAME=              gcc-8.2.0
 PKGNAME=               cross-arm-none-eabi-${DISTNAME}
@@ -52,6 +52,7 @@
 
 PLIST_VARS+=           libcpp
 
+.include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
 PLIST.libcpp=  yes
 .endif



Home | Main Index | Thread Index | Old Index