summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authormarino <marino>2016-10-25 20:00:47 +0000
committermarino <marino>2016-10-25 20:00:47 +0000
commita4969ff64d85595816b5b1a3cdfffec4e49601ec (patch)
tree9eba9baec9c5c93d1b1de275bf8b71f3017452e9 /mk/platform
parent8db4c4e597ff26393f07100a28cd08945d4d42f3 (diff)
downloadpkgsrc-a4969ff64d85595816b5b1a3cdfffec4e49601ec.tar.gz
DragonFly: Update _OPSYS_SYSTEM_RPATH
It's going on 10 years since gcc 3.4 and gcc 4.1 were part of DragonFly. DF Release 4.4 is the earliest with any kind of support and the earliest possible GCC version is 4.7 there.
Diffstat (limited to 'mk/platform')
-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 9eb2d2dcf9a..ed3ac0ae158 100644
--- a/mk/platform/DragonFly.mk
+++ b/mk/platform/DragonFly.mk
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.49 2016/06/29 13:37:19 sevan Exp $
+# $NetBSD: DragonFly.mk,v 1.50 2016/10/25 20:00:47 marino 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:/usr/lib/gcc50
+_OPSYS_SYSTEM_RPATH?= /lib:/usr/lib:/usr/lib/gcc47:/usr/lib/gcc50
_OPSYS_LIB_DIRS?= /lib /usr/lib
_OPSYS_INCLUDE_DIRS?= /usr/include