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