diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-12-20 13:28:21 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-12-20 13:28:21 +0000 |
commit | cecdfd8482b97b686ee8cb484ce80d1de0c660e0 (patch) | |
tree | d1707452c048de6ad6274771fbbddc2325ad8166 /net/bird-devel/files/patch-tools-Rules.in | |
parent | Switch to swig 3.0 (diff) |
Update net/bird-devel to 2.0.0-pre1.
PR: 224144
Approved by: maintainer timeout
Sponsored by: Absolight
Diffstat (limited to 'net/bird-devel/files/patch-tools-Rules.in')
-rw-r--r-- | net/bird-devel/files/patch-tools-Rules.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/bird-devel/files/patch-tools-Rules.in b/net/bird-devel/files/patch-tools-Rules.in deleted file mode 100644 index cb7af39da430..000000000000 --- a/net/bird-devel/files/patch-tools-Rules.in +++ /dev/null @@ -1,13 +0,0 @@ ---- tools/Rules.in.orig 2010-10-10 21:48:20.000000000 +0200 -+++ tools/Rules.in 2010-12-18 15:00:27.000000000 +0100 -@@ -66,9 +66,7 @@ - subdir: all.o - - all.o: $(objs) --# $(LD) -r -o $@ $^ --# Changed to $(CC) because $(LD) has problems with crosscompiling -- $(CC) -nostdlib -r -o $@ $^ -+ $(LD) -r -o $@ $^ - - endif - |