summaryrefslogtreecommitdiff
path: root/net-p2p/libpdtp/files/patch-make-buildlib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libpdtp/files/patch-make-buildlib.sh')
-rw-r--r--net-p2p/libpdtp/files/patch-make-buildlib.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/libpdtp/files/patch-make-buildlib.sh b/net-p2p/libpdtp/files/patch-make-buildlib.sh
deleted file mode 100644
index e2200d8d288e..000000000000
--- a/net-p2p/libpdtp/files/patch-make-buildlib.sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./make-buildlib.sh.orig 2014-06-11 23:58:17.022462223 +0900
-+++ ./make-buildlib.sh 2014-06-11 23:58:26.037461106 +0900
-@@ -10,7 +10,7 @@
- BUILDLIBFLAGS="-lpthread -shared"
- ;;
- FreeBSD|OpenBSD|NetBSD)
-- BUILDLIB=gcc
-+ BUILDLIB=${CC}
- BUILDLIBFLAGS="-pthread -shared"
- ;;
- SunOS)