summaryrefslogtreecommitdiff
path: root/textproc/bibutils/files/patch-configure
blob: c0b5f708301b58e25a2b8fcff2c3ce11d3c452a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./configure.orig	2013-05-28 07:21:47.000000000 +0200
+++ ./configure	2013-06-03 01:00:10.000000000 +0200
@@ -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'