aboutsummaryrefslogtreecommitdiffstats
path: root/mail/fetchmail/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-09-20 04:04:03 +0800
committersteve <steve@FreeBSD.org>1998-09-20 04:04:03 +0800
commitb01b99d1dcf54389d5088b0c7b0e79bf94996862 (patch)
tree8e529a4d15568f89d9584e1477b65e06459bf638 /mail/fetchmail/files
parent3791ee56eac968fce7697aff927648f8ed60dadd (diff)
downloadfreebsd-ports-gnome-b01b99d1dcf54389d5088b0c7b0e79bf94996862.tar.gz
freebsd-ports-gnome-b01b99d1dcf54389d5088b0c7b0e79bf94996862.tar.zst
freebsd-ports-gnome-b01b99d1dcf54389d5088b0c7b0e79bf94996862.zip
Add -lmd for -lopie so this compiles on -current.
Submitted by: Eugene M. Kim <gene@nttlabs.com>
Diffstat (limited to 'mail/fetchmail/files')
-rw-r--r--mail/fetchmail/files/patch-ad42
1 files changed, 38 insertions, 4 deletions
diff --git a/mail/fetchmail/files/patch-ad b/mail/fetchmail/files/patch-ad
index 794c057e07f3..20c9b014f32d 100644
--- a/mail/fetchmail/files/patch-ad
+++ b/mail/fetchmail/files/patch-ad
@@ -1,8 +1,42 @@
-*** configure.orig Tue May 26 23:50:45 1998
---- configure Tue May 26 23:50:28 1998
+*** configure.orig Mon Aug 3 08:45:11 1998
+--- configure Sat Sep 19 11:49:22 1998
***************
-*** 3432,3437 ****
---- 3432,3438 ----
+*** 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