diff options
author | pav <pav@FreeBSD.org> | 2010-08-04 21:19:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-08-04 21:19:18 +0800 |
commit | aee61e47e104901b497c738f1620b6d2ad28f8a3 (patch) | |
tree | 0aec13eb54f27c8ee2c5773b544515211dbfe825 /net | |
parent | bb6486abc59d5f92122c226ed0ff8bd0360e8505 (diff) | |
download | freebsd-ports-gnome-aee61e47e104901b497c738f1620b6d2ad28f8a3.tar.gz freebsd-ports-gnome-aee61e47e104901b497c738f1620b6d2ad28f8a3.tar.zst freebsd-ports-gnome-aee61e47e104901b497c738f1620b6d2ad28f8a3.zip |
- Fix build on sparc64
PR: ports/149259
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
Diffstat (limited to 'net')
-rw-r--r-- | net/bird6/files/patch-tools-Rules.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/bird6/files/patch-tools-Rules.in b/net/bird6/files/patch-tools-Rules.in new file mode 100644 index 000000000000..de60b45defbc --- /dev/null +++ b/net/bird6/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:17:44.000000000 +0200 +@@ -66,7 +66,7 @@ + subdir: all.o + + all.o: $(objs) +- $(CC) -nostdlib -Wl,-r -o $@ $^ ++ $(LD) -r -o $@ $^ + + endif + |