opnsense-ports/textproc/bibutils/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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'