aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2012-06-20 20:11:47 +0000
committerCy Schubert <cy@FreeBSD.org>2012-06-20 20:11:47 +0000
commitba29725e324a347a1c361f41f0437bbae33216f5 (patch)
tree0721c91ef2bb524ee90f0ad715a557a1dbf981e7 /mail
parent58ea9506aa3dd3296ad7c80a80ab1473fa909101 (diff)
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 7dae89a3d5d3..dad2bac48723 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -119,6 +119,8 @@
# conflicts with other ports which installed these:
# WITHOUT_MUTT_MAILBOX_MANPAGES
#
+# Use CFLAGS_ADD and LDFLAGS_ADD to append additional CLFAGS and LDFLAGS.
+#
PORTNAME= mutt-devel
PORTVERSION= 1.5.21
@@ -421,6 +423,8 @@ USE_KRB5_SYS=YES
.endif
.endif
LDFLAGS+= -L${LOCALBASE}/lib -rpath=${LOCALBASE}/lib:/usr/lib
+CFLAGS+= ${CFLAGS_ADD}
+LDFLAGS+= ${LDFLAGS_ADD}
.if defined(WITH_MUTT_SMTP)
CONFIGURE_ARGS+= --enable-smtp
.else