diff options
author | marino <marino@FreeBSD.org> | 2015-12-07 06:22:38 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-12-07 06:22:38 +0800 |
commit | ea6fad5529ffac2cc48a1269cc6c76ac68e6bf56 (patch) | |
tree | 4b177804b96375167348a54baa94e9b5583d9527 /lang/gcc6-aux | |
parent | 38f7329b3c03c18fc9c0b6345e80e3c3ec04ec5e (diff) | |
download | freebsd-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-core | 11 |
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 @@ |