aboutsummaryrefslogtreecommitdiffstats
path: root/math/sage/files
diff options
context:
space:
mode:
authorstephen <stephen@FreeBSD.org>2013-06-28 11:28:12 +0800
committerstephen <stephen@FreeBSD.org>2013-06-28 11:28:12 +0800
commit061ab1382d37d22c9f472b3cd0cf90e803614374 (patch)
tree85dffd2f8b801c47fb2326d702d32f80607ef5a9 /math/sage/files
parentb4313862d243c7480ca01e7bd4aad5c55e15a81e (diff)
downloadfreebsd-ports-graphics-061ab1382d37d22c9f472b3cd0cf90e803614374.tar.gz
freebsd-ports-graphics-061ab1382d37d22c9f472b3cd0cf90e803614374.tar.zst
freebsd-ports-graphics-061ab1382d37d22c9f472b3cd0cf90e803614374.zip
- Make work with binutils-2.23.2 by setting --copy-dt-needed-entries for ld.
See "Changes in 2.22" in http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/src/ld/NEWS?rev=1.131.2.1&content-type=text/plain&cvsroot=src&only_with_tag=binutils-binutils-2_23_2 - Bump portrevision. Reported by: Robert Burmeister <Robert.Burmeister@UToledo.edu>
Diffstat (limited to 'math/sage/files')
-rw-r--r--math/sage/files/gcc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sage/files/gcc.in b/math/sage/files/gcc.in
index 5bc7c71bb3d..1aa66417a30 100644
--- a/math/sage/files/gcc.in
+++ b/math/sage/files/gcc.in
@@ -10,5 +10,5 @@
if [ "x$*" = "x-v" ]; then
exec %%CC%% "$@"
else
- exec %%CC%% %%LDFLAGS%% "$@"
+ exec %%CC%% %%LDFLAGS%% -Wl,--copy-dt-needed-entries "$@"
fi