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:39:27 UTC 2023

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

Log Message:
gcc10: simplify opsys match


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/lang/gcc10/options.mk:1.4
--- pkgsrc/lang/gcc10/options.mk:1.3    Wed Mar 29 20:44:52 2023
+++ pkgsrc/lang/gcc10/options.mk        Thu Apr  6 11:39:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2023/03/29 20:44:52 joerg Exp $
+# $NetBSD: options.mk,v 1.4 2023/04/06 11:39:26 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.${GCC_PKGNAME}
 PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran \
@@ -27,7 +27,7 @@ PKG_SUGGESTED_OPTIONS+=                       always-libgcc
 ### Determine if multilib is avalible.
 ###
 MULTILIB_SUPPORTED?=   unknown
-.if !empty(MACHINE_PLATFORM:MLinux-*-x86_64)
+.if ${MACHINE_PLATFORM:MLinux-*-x86_64}
 .  if exists(/usr/include/x86_64-linux-gnu/gnu)
 _GNU_INCLUDE_DIR=      /usr/include/x86_64-linux-gnu/gnu
 .  else



Home | Main Index | Thread Index | Old Index