summaryrefslogtreecommitdiff
path: root/net-p2p/squall/files/patch-make-compile.sh
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2014-06-11 15:02:36 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2014-06-11 15:02:36 +0000
commit598e00d336d91a816ac390e90f03674b42b9f930 (patch)
treed7e3a2210fd9f7655c751f46c0e176c6ff2c2376 /net-p2p/squall/files/patch-make-compile.sh
parentStagify. (diff)
- Stagify.
Notes
Notes: svn path=/head/; revision=357489
Diffstat (limited to 'net-p2p/squall/files/patch-make-compile.sh')
-rw-r--r--net-p2p/squall/files/patch-make-compile.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/squall/files/patch-make-compile.sh b/net-p2p/squall/files/patch-make-compile.sh
new file mode 100644
index 000000000000..2e20e290c921
--- /dev/null
+++ b/net-p2p/squall/files/patch-make-compile.sh
@@ -0,0 +1,11 @@
+--- make-compile.sh.orig 2014-06-11 23:42:34.333462233 +0900
++++ make-compile.sh 2014-06-11 23:42:45.001462051 +0900
+@@ -8,7 +8,7 @@
+ CFLAGS="-D_REENTRANT -D_THREAD_SAFE -g -O3 -Wall"
+ ;;
+ FreeBSD|OpenBSD|NetBSD)
+- CC=gcc
++ CC=${CC}
+ CFLAGS="-D_REENTRANT -D_THREAD_SAFE -ansi -pedantic -g -O3 -Wall"
+ ;;
+ Linux)