diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2014-06-11 15:02:36 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2014-06-11 15:02:36 +0000 |
| commit | 598e00d336d91a816ac390e90f03674b42b9f930 (patch) | |
| tree | d7e3a2210fd9f7655c751f46c0e176c6ff2c2376 /net-p2p/libpdtp/files/patch-make-buildlib.sh | |
| parent | Stagify. (diff) | |
- Stagify.
Notes
Notes:
svn path=/head/; revision=357489
Diffstat (limited to 'net-p2p/libpdtp/files/patch-make-buildlib.sh')
| -rw-r--r-- | net-p2p/libpdtp/files/patch-make-buildlib.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/libpdtp/files/patch-make-buildlib.sh b/net-p2p/libpdtp/files/patch-make-buildlib.sh new file mode 100644 index 000000000000..e2200d8d288e --- /dev/null +++ b/net-p2p/libpdtp/files/patch-make-buildlib.sh @@ -0,0 +1,11 @@ +--- ./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) |
