Date: Sun, 6 Dec 2015 22:22:38 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403169 - head/lang/gcc6-aux/files Message-ID: <201512062222.tB6MMceB079271@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Dec 6 22:22:38 2015 New Revision: 403169 URL: https://svnweb.freebsd.org/changeset/ports/403169 Log: lang/gcc6-aux: Fix internal rpath spec on DragonFly No revbump necessary because gcc6-aux hasn't been imported to dports yet. Modified: head/lang/gcc6-aux/files/diff-core Modified: head/lang/gcc6-aux/files/diff-core ============================================================================== --- head/lang/gcc6-aux/files/diff-core Sun Dec 6 22:15:57 2015 (r403168) +++ head/lang/gcc6-aux/files/diff-core Sun Dec 6 22:22:38 2015 (r403169) @@ -1,3 +1,14 @@ +--- gcc/config/dragonfly.h.orig ++++ gcc/config/dragonfly.h +@@ -84,7 +84,7 @@ + } \ + %{static:-Bstatic} \ + } \ +- %{!static:--hash-style=gnu} \ ++ %{!static:--hash-style=gnu -rpath @PREFIX@/@GCCAUX@/lib} \ + %{symbolic:-Bsymbolic}" + + #undef LINK_SPEC --- gcc/config/i386/freebsd.h.orig +++ gcc/config/i386/freebsd.h @@ -77,6 +77,12 @@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512062222.tB6MMceB079271>