pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc9



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 30 15:27:21 UTC 2023

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

Log Message:
gcc9: fix previous


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/gcc9/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/gcc9/options.mk
diff -u pkgsrc/lang/gcc9/options.mk:1.7 pkgsrc/lang/gcc9/options.mk:1.8
--- pkgsrc/lang/gcc9/options.mk:1.7     Wed Mar 29 20:44:52 2023
+++ pkgsrc/lang/gcc9/options.mk Thu Mar 30 15:27:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2023/03/29 20:44:52 joerg Exp $
+# $NetBSD: options.mk,v 1.8 2023/03/30 15:27:21 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gcc9
 PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran \
@@ -44,10 +44,10 @@ PKG_SUGGESTED_OPTIONS+=     gcc-multilib
 ###
 .if !${PKG_OPTIONS:Malways-libgcc}
 
-.  for dir in ${_OPSYS_LIB_DIRS}
-.    if exists(${dir})
+.  for _libdir_ in ${_OPSYS_LIB_DIRS}
+.    if exists(${_libdir_})
 BASE_LIBGCC!=                  find ${_libdir_} -name libgcc_s.so 2> /dev/null
-BASE_LIBGCC_MATCH_STRING!= \
+BASE_LIBGCC_MATCH_STRING!=     \
                        ${ECHO} ${BASE_LIBGCC} ${GCC9_VERSION} \
                        | ${AWK} -f ../../mk/scripts/larger_symbol_version.awk
 .      if ${BASE_LIBGCC_MATCH_STRING:Mnewer}



Home | Main Index | Thread Index | Old Index