pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc8



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Oct 18 15:11:59 UTC 2018

Modified Files:
        pkgsrc/lang/gcc8: Makefile

Log Message:
gcc8: Add same SunOS mkostemp workaround as others.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/gcc8/Makefile

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

Modified files:

Index: pkgsrc/lang/gcc8/Makefile
diff -u pkgsrc/lang/gcc8/Makefile:1.4 pkgsrc/lang/gcc8/Makefile:1.5
--- pkgsrc/lang/gcc8/Makefile:1.4       Sat Sep 15 03:06:15 2018
+++ pkgsrc/lang/gcc8/Makefile   Thu Oct 18 15:11:59 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/09/15 03:06:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2018/10/18 15:11:59 jperkin Exp $
 
 GCC_PKGNAME=           gcc8
 .include               "version.mk"
@@ -123,6 +123,8 @@ MAKE_ENV+=          ac_cv_func_newlocale=no
 MAKE_ENV+=             ac_cv_func_uselocale=no
 .endif
 
+MAKE_ENV.SunOS+=       ac_cv_func_mkostemp=no
+
 CONFIGURE_ARGS.DragonFly+=     --disable-bootstrap
 
 .if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || !empty(MACHINE_PLATFORM:MLinux-*-i386)



Home | Main Index | Thread Index | Old Index