pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/platform GCC 8.0 as the compiler in base is incoming.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/178bf4c36fe4
branches:  trunk
changeset: 313391:178bf4c36fe4
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Sat Sep 29 11:47:33 2018 +0000

description:
GCC 8.0 as the compiler in base is incoming.

diffstat:

 mk/platform/DragonFly.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dddb6fbfae48 -r 178bf4c36fe4 mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk  Sat Sep 29 11:47:11 2018 +0000
+++ b/mk/platform/DragonFly.mk  Sat Sep 29 11:47:33 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.51 2016/12/04 15:37:41 bsiegert Exp $
+# $NetBSD: DragonFly.mk,v 1.52 2018/09/29 11:47:33 sevan Exp $
 #
 # Variable definitions for the DragonFly operating system.
 
@@ -27,7 +27,7 @@
 
 _OPSYS_EMULDIR.linux=  # empty
 
-_OPSYS_SYSTEM_RPATH?=          /lib:/usr/lib:/usr/lib/gcc47:/usr/lib/gcc50
+_OPSYS_SYSTEM_RPATH?=          /lib:/usr/lib:/usr/lib/gcc47:/usr/lib/gcc50:/usr/lib/gcc80
 _OPSYS_LIB_DIRS?=              /lib /usr/lib
 _OPSYS_INCLUDE_DIRS?=          /usr/include
 



Home | Main Index | Thread Index | Old Index