freebsd-ports/textproc/bibutils/files/patch-configure
Sunpoet Po-Chuan Hsieh 1068012249 Update to 6.10
- Add LICENSE_FILE
- Update header of patch files
- Reformat pkg-descr
- Update WWW
- Take maintainership

Changes:	https://sourceforge.net/p/bibutils/home/history_version6/
2020-06-29 16:15:41 +00: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'