pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/platform DragonFly BSD ships with GCC 5.x as the co...
details: https://anonhg.NetBSD.org/pkgsrc/rev/58e503acd011
branches: trunk
changeset: 349103:58e503acd011
user: sevan <sevan%pkgsrc.org@localhost>
date: Wed Jun 29 13:37:19 2016 +0000
description:
DragonFly BSD ships with GCC 5.x as the compiler, add its library location to _OPSYS_SYSTEM_RPATH
diffstat:
mk/platform/DragonFly.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a45b75e1bf0a -r 58e503acd011 mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk Wed Jun 29 10:36:50 2016 +0000
+++ b/mk/platform/DragonFly.mk Wed Jun 29 13:37:19 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.48 2016/03/10 16:58:19 jperkin Exp $
+# $NetBSD: DragonFly.mk,v 1.49 2016/06/29 13:37:19 sevan Exp $
#
# Variable definitions for the DragonFly operating system.
@@ -27,7 +27,7 @@
_OPSYS_EMULDIR.linux= /compat/linux
-_OPSYS_SYSTEM_RPATH?= /lib:/usr/lib:/usr/lib/gcc41:/usr/lib/gcc34:/usr/lib/gcc47
+_OPSYS_SYSTEM_RPATH?= /lib:/usr/lib:/usr/lib/gcc41:/usr/lib/gcc34:/usr/lib/gcc47:/usr/lib/gcc50
_OPSYS_LIB_DIRS?= /lib /usr/lib
_OPSYS_INCLUDE_DIRS?= /usr/include
Home |
Main Index |
Thread Index |
Old Index