aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc6-aux
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-12-07 06:22:38 +0800
committermarino <marino@FreeBSD.org>2015-12-07 06:22:38 +0800
commitea6fad5529ffac2cc48a1269cc6c76ac68e6bf56 (patch)
tree4b177804b96375167348a54baa94e9b5583d9527 /lang/gcc6-aux
parent38f7329b3c03c18fc9c0b6345e80e3c3ec04ec5e (diff)
downloadfreebsd-ports-gnome-ea6fad5529ffac2cc48a1269cc6c76ac68e6bf56.tar.gz
freebsd-ports-gnome-ea6fad5529ffac2cc48a1269cc6c76ac68e6bf56.tar.zst
freebsd-ports-gnome-ea6fad5529ffac2cc48a1269cc6c76ac68e6bf56.zip
lang/gcc6-aux: Fix internal rpath spec on DragonFly
No revbump necessary because gcc6-aux hasn't been imported to dports yet.
Diffstat (limited to 'lang/gcc6-aux')
-rw-r--r--lang/gcc6-aux/files/diff-core11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/gcc6-aux/files/diff-core b/lang/gcc6-aux/files/diff-core
index c3db3ddd1c7a..3169f23db695 100644
--- a/lang/gcc6-aux/files/diff-core
+++ b/lang/gcc6-aux/files/diff-core
@@ -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 @@