pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc10



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr  6 11:40:15 UTC 2023

Modified Files:
        pkgsrc/lang/gcc10: options.mk

Log Message:
gcc10: make options.mk standalone


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/gcc10/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/gcc10/options.mk
diff -u pkgsrc/lang/gcc10/options.mk:1.4 pkgsrc/lang/gcc10/options.mk:1.5
--- pkgsrc/lang/gcc10/options.mk:1.4    Thu Apr  6 11:39:26 2023
+++ pkgsrc/lang/gcc10/options.mk        Thu Apr  6 11:40:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2023/04/06 11:39:26 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2023/04/06 11:40:15 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.${GCC_PKGNAME}
 PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran \
@@ -7,6 +7,8 @@ PKG_SUPPORTED_OPTIONS=  nls gcc-inplace-m
 PKG_SUGGESTED_OPTIONS= gcc-c++ gcc-fortran gcc-objc gcc-objc++ \
                        gcc-graphite gcc-inplace-math
 
+.include "../../mk/bsd.fast.prefs.mk"
+
 .if ${OPSYS} == "NetBSD"
 PKG_SUGGESTED_OPTIONS+=        nls
 .elif ${OPSYS} == "Linux"



Home | Main Index | Thread Index | Old Index