mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
11465fa9cd
- Support IPv6. Approved by: maintainer
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
--- configure.orig Tue Jan 4 15:59:12 2000
|
|
+++ configure Wed Jan 12 08:56:41 2000
|
|
@@ -1595,7 +1595,7 @@
|
|
if test `uname` = "FreeBSD"
|
|
then
|
|
echo "Adding -lkvm to standard libraries"
|
|
- LIBS="$LIBS -lkvm"
|
|
+ LIBS="$LIBS -lmd -lkvm"
|
|
fi
|
|
|
|
# Check for Rhapsody special case: it doesn't like -s
|
|
@@ -5553,7 +5553,7 @@
|
|
then
|
|
echo "Configuring kerberosIV for `uname`"
|
|
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I/usr/include/kerberosIV"
|
|
- LIBS="$LIBS -lkrb -ldes"
|
|
+ LIBS="$LIBS -lkrb -ldes -lcom_err"
|
|
elif test -n "$with_kerberos" -a -n "$with_kerberos5"
|
|
then
|
|
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
|
|
@@ -5584,7 +5584,7 @@
|
|
then
|
|
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
|
|
LDEFLAGS="$LDEFLAGS -L$with_kerberos/lib"
|
|
- LIBS="$LIBS -lkrb -ldes"
|
|
+ LIBS="$LIBS -lkrb -ldes -lcom_err"
|
|
else
|
|
if test "$with_kerberos" != "no"
|
|
then
|
|
@@ -5594,7 +5594,7 @@
|
|
then
|
|
CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$dir/include"
|
|
LDEFLAGS="$LDEFLAGS -L$dir/lib"
|
|
- LIBS="$LIBS -lkrb -ldes"
|
|
+ LIBS="$LIBS -lkrb -ldes -lcom_err"
|
|
break
|
|
fi
|
|
done
|