diff options
author | cy <cy@FreeBSD.org> | 2012-06-21 04:11:47 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2012-06-21 04:11:47 +0800 |
commit | a0bf5fe606e01dbb6a7d64f5eb0e0f8d3779316f (patch) | |
tree | 4cbf43b431a660172d9ed08661641fdcba82eb6c | |
parent | 35b28e806b89efdee4bca2a6d60c09dbd6d5ac28 (diff) | |
download | freebsd-ports-gnome-a0bf5fe606e01dbb6a7d64f5eb0e0f8d3779316f.tar.gz freebsd-ports-gnome-a0bf5fe606e01dbb6a7d64f5eb0e0f8d3779316f.tar.zst freebsd-ports-gnome-a0bf5fe606e01dbb6a7d64f5eb0e0f8d3779316f.zip |
Add support for ports using this port as master, e.g. chinese/mutt.
Approved by: Maintainer ("Schweigert, Udo CERT" <Udo.Schweigert@siemens.com>)
-rw-r--r-- | mail/mutt-devel/Makefile | 4 |
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 |