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:   ryoon
Date:           Wed Nov 21 00:16:04 UTC 2018

Modified Files:
        pkgsrc/cross/arm-none-eabi-gcc: Makefile

Log Message:
Include bsd.prefs.mk fot OPSYS


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.21
--- pkgsrc/cross/arm-none-eabi-gcc/Makefile:1.20        Tue Nov 20 21:24:58 2018
+++ pkgsrc/cross/arm-none-eabi-gcc/Makefile     Wed Nov 21 00:16:04 2018
@@ -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



Home | Main Index | Thread Index | Old Index