opnsense-ports/textproc/bibutils/files/patch-configure
Franco Fichtner daff91511d */*: sync with upstream
Taken from: HardenedBSD
2020-06-23 04:29:02 +02:00

11 lines
291 B
Text

--- configure.orig 2020-03-23 18:53:54 UTC
+++ configure
@@ -263,7 +263,7 @@ elif [ "$type" = "NetBSD" ] ; then
RANLIB='ranlib'
POSTFIX='_netbsd'
elif [ "$type" = "FreeBSD" ] ; then
- CC='gcc'
+ CC='cc'
CFLAGS='-Wall'
if [ "$LIBTYPE" = "dynamic" ] ; then
CLIBFLAGS='-Wall -fPIC'