ports/net-p2p/squall/files/patch-make-compile.sh
2014-06-11 15:02:36 +00:00

11 lines
335 B
Bash

--- 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)