forked from Lainports/freebsd-ports
Also, correct the help message in the fetchmailconf wrapper script - fetchmailconf depends on py-tkinter, not just Python. Submitted by: Jack Twilley <jmt@inktomi.com> - the fetchmailconf inaccuracy Approved by: maintainer
38 lines
1 KiB
Text
38 lines
1 KiB
Text
--- configure.old Wed Feb 7 15:26:10 2001
|
|
+++ configure Wed Feb 7 15:27:04 2001
|
|
@@ -1637,7 +1637,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
|
|
@@ -5638,7 +5638,7 @@
|
|
EOF
|
|
|
|
CEFLAGS="$CEFLAGS -I/usr/include/kerberosIV"
|
|
- LIBS="$LIBS -lkrb -ldes"
|
|
+ LIBS="$LIBS -lkrb -ldes -lcom_err"
|
|
elif test -n "$with_kerberos" -a -n "$with_kerberos5" -a "$with_kerberos" != "no" -a "$with_kerberos5" != "no"
|
|
then
|
|
cat >> confdefs.h <<\EOF
|
|
@@ -5681,7 +5681,7 @@
|
|
|
|
CEFLAGS="$CEFLAGS -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
|
|
@@ -5695,7 +5695,7 @@
|
|
then
|
|
CEFLAGS="$CEFLAGS -I$dir/include"
|
|
LDEFLAGS="$LDEFLAGS -L$dir/lib"
|
|
- LIBS="$LIBS -lkrb -ldes"
|
|
+ LIBS="$LIBS -lkrb -ldes -lcom_err"
|
|
break
|
|
fi
|
|
done
|