aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2000-09-18 02:41:59 +0800
committerume <ume@FreeBSD.org>2000-09-18 02:41:59 +0800
commitb29995ceaf750dee8abb851cc7855a3498bd22d2 (patch)
tree4bc4ab7d1b46a66a36f2627148506961a873c9ce /mail
parente7a244f6e6a2539976ee36026c0ad82523050d13 (diff)
downloadfreebsd-ports-gnome-b29995ceaf750dee8abb851cc7855a3498bd22d2.tar.gz
freebsd-ports-gnome-b29995ceaf750dee8abb851cc7855a3498bd22d2.tar.zst
freebsd-ports-gnome-b29995ceaf750dee8abb851cc7855a3498bd22d2.zip
Since recent 5-CURRENT has hesiod.h, configure detects it and
breaks building. So, I disable hesiod support.
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 4203b23f45d0..50c69f5517be 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -24,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x1
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-OPIE --enable-RPA --enable-POP2 --enable-SDPS \
- --enable-nls
+ --enable-nls --with-hesiod=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
CFLAGS="-I${LOCALBASE}/include ${CFLAGS}"