forked from Lainports/freebsd-ports
- Add LICENSE_FILE - Update header of patch files - Reformat pkg-descr - Update WWW - Take maintainership Changes: https://sourceforge.net/p/bibutils/home/history_version6/
11 lines
291 B
Text
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'
|