Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
308 B
Text
11 lines
308 B
Text
--- ./configure.orig 2013-05-28 05:21:47.000000000 +0000
|
|
+++ ./configure 2014-01-25 23:16:40.000000000 +0000
|
|
@@ -247,7 +247,7 @@
|
|
RANLIB='ranlib'
|
|
POSTFIX='_netbsd'
|
|
elif [ "$type" = "FreeBSD" ] ; then
|
|
- CC='gcc'
|
|
+ CC='cc'
|
|
CFLAGS='-Wall'
|
|
if [ "$LIBTYPE" = "dynamic" ] ; then
|
|
CLIBFLAGS='-Wall -fPIC'
|