freebsd-ports/textproc/bibutils/files/patch-configure
Mathieu Arnold 005071a063 - Convert to staging
- pet portlint
- add license
- convert patches to makepatch naming

Sponsored by:	Absolight
2014-01-26 00:03:51 +00: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'