summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsevan <sevan>2016-06-29 13:37:19 +0000
committersevan <sevan>2016-06-29 13:37:19 +0000
commitc966c7121b95a509d974bef2a9d4e238e348faa8 (patch)
tree6791caa1a8b73e8f26daf20b66d6968f194e61d6
parent3c00267e0503b59a01cc701eef4975f396df5a08 (diff)
downloadpkgsrc-c966c7121b95a509d974bef2a9d4e238e348faa8.tar.gz
DragonFly BSD ships with GCC 5.x as the compiler, add its library location to _OPSYS_SYSTEM_RPATH
-rw-r--r--mk/platform/DragonFly.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk
index c53c14f5546..9eb2d2dcf9a 100644
--- a/mk/platform/DragonFly.mk
+++ b/mk/platform/DragonFly.mk
@@ -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 @@ ULIMIT_CMD_cputime?= ulimit -t `ulimit -H -t`
_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