diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-04 21:19:18 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-04 21:19:18 +0800 |
commit | 4d18e081c9a74bc565f11a1a9356dadb92a7fae5 (patch) | |
tree | 54b488a5e93a2d010a6ca1230cf0f0d302be5504 /net/bird6 | |
parent | 1a0251959cf72a0afaff8a6dc50e83170d970d6f (diff) | |
download | freebsd-ports-gnome-4d18e081c9a74bc565f11a1a9356dadb92a7fae5.tar.gz freebsd-ports-gnome-4d18e081c9a74bc565f11a1a9356dadb92a7fae5.tar.zst freebsd-ports-gnome-4d18e081c9a74bc565f11a1a9356dadb92a7fae5.zip |
- Fix build on sparc64
PR: ports/149259
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
Diffstat (limited to 'net/bird6')
-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 + |