1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/mail/fetchmail/files/patch-ad
Steve Price ecfd460976 Add -lmd for -lopie so this compiles on -current.
Submitted by:	Eugene M. Kim <gene@nttlabs.com>
1998-09-19 20:04:03 +00:00

47 lines
971 B
Plaintext

*** configure.orig Mon Aug 3 08:45:11 1998
--- configure Sat Sep 19 11:49:22 1998
***************
*** 2880,2886 ****
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
! LIBS="-lopie $LIBS"
cat > conftest.$ac_ext <<EOF
#line 2886 "configure"
#include "confdefs.h"
--- 2880,2886 ----
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
! LIBS="-lopie -lmd $LIBS"
cat > conftest.$ac_ext <<EOF
#line 2886 "configure"
#include "confdefs.h"
***************
*** 2914,2920 ****
#define $ac_tr_lib 1
EOF
! LIBS="-lopie $LIBS"
else
echo "$ac_t""no" 1>&6
--- 2914,2920 ----
#define $ac_tr_lib 1
EOF
! LIBS="-lopie -lmd $LIBS"
else
echo "$ac_t""no" 1>&6
***************
*** 3531,3536 ****
--- 3531,3537 ----
s%@host_os@%$host_os%g
s%@CC@%$CC%g
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
+ s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
s%@INSTALL_DATA@%$INSTALL_DATA%g
s%@CPP@%$CPP%g
s%@LEX@%$LEX%g