summaryrefslogtreecommitdiff
path: root/textproc/bibutils/files/patch-configure
blob: 7a5d1167d7dfcad42d1066c47580cebaa229677c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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'