diff options
Diffstat (limited to 'net-p2p/squall/files/patch-make-link.sh')
-rw-r--r-- | net-p2p/squall/files/patch-make-link.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/squall/files/patch-make-link.sh b/net-p2p/squall/files/patch-make-link.sh deleted file mode 100644 index 64bd0abe229b..000000000000 --- a/net-p2p/squall/files/patch-make-link.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- make-link.sh.orig 2014-06-11 23:44:37.727462291 +0900 -+++ make-link.sh 2014-06-11 23:47:07.004461915 +0900 -@@ -6,7 +6,7 @@ - LDFLAGS=-lpthread - ;; - FreeBSD|OpenBSD|NetBSD) -- LD=gcc -+ LD=${CC} - LDFLAGS=-pthread - ;; - SunOS) |