diff options
author | ryoon <ryoon@pkgsrc.org> | 2018-11-21 00:16:04 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2018-11-21 00:16:04 +0000 |
commit | 61769800f76b8415cba103365b8165eec309803e (patch) | |
tree | 7b30e16bbfdb8e1f75b4428a2858b007a85dc2f1 | |
parent | 2353d4489c8dd77e40536c73303b0bc0f33f2b9a (diff) | |
download | pkgsrc-61769800f76b8415cba103365b8165eec309803e.tar.gz |
Include bsd.prefs.mk fot OPSYS
-rw-r--r-- | cross/arm-none-eabi-gcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/arm-none-eabi-gcc/Makefile b/cross/arm-none-eabi-gcc/Makefile index ea0ce6fa90a..48a7ec30d0a 100644 --- a/cross/arm-none-eabi-gcc/Makefile +++ b/cross/arm-none-eabi-gcc/Makefile @@ -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 @@ INFO_FILES= yes PLIST_VARS+= libcpp +.include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "FreeBSD" || ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" PLIST.libcpp= yes .endif |