pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/platform
Module Name: pkgsrc
Committed By: sevan
Date: Wed Jun 29 13:37:19 UTC 2016
Modified Files:
pkgsrc/mk/platform: DragonFly.mk
Log Message:
DragonFly BSD ships with GCC 5.x as the compiler, add its library location to _OPSYS_SYSTEM_RPATH
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/mk/platform/DragonFly.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/platform/DragonFly.mk
diff -u pkgsrc/mk/platform/DragonFly.mk:1.48 pkgsrc/mk/platform/DragonFly.mk:1.49
--- pkgsrc/mk/platform/DragonFly.mk:1.48 Thu Mar 10 16:58:19 2016
+++ pkgsrc/mk/platform/DragonFly.mk Wed Jun 29 13:37:19 2016
@@ -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 -
_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