aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-08-04 21:16:52 +0800
committerpav <pav@FreeBSD.org>2010-08-04 21:16:52 +0800
commitbb6486abc59d5f92122c226ed0ff8bd0360e8505 (patch)
treeaa50c0610bc3d976e36a0c07ec942e349a098814 /net
parent57316d997cebd2ba50042818aa8c5d4c3e18ceb4 (diff)
downloadfreebsd-ports-gnome-bb6486abc59d5f92122c226ed0ff8bd0360e8505.tar.gz
freebsd-ports-gnome-bb6486abc59d5f92122c226ed0ff8bd0360e8505.tar.zst
freebsd-ports-gnome-bb6486abc59d5f92122c226ed0ff8bd0360e8505.zip
- Fix build on sparc64
PR: ports/149258 Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
Diffstat (limited to 'net')
-rw-r--r--net/bird/files/patch-tools-Rules.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/bird/files/patch-tools-Rules.in b/net/bird/files/patch-tools-Rules.in
new file mode 100644
index 000000000000..9f0a714171fa
--- /dev/null
+++ b/net/bird/files/patch-tools-Rules.in
@@ -0,0 +1,11 @@
+--- tools/Rules.in.orig 2010-05-31 21:51:37.000000000 +0200
++++ tools/Rules.in 2010-08-04 15:15:02.000000000 +0200
+@@ -66,7 +66,7 @@
+ subdir: all.o
+
+ all.o: $(objs)
+- $(CC) -nostdlib -Wl,-r -o $@ $^
++ $(LD) -r -o $@ $^
+
+ endif
+