aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/mutt
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-09-03 13:56:04 +0800
committerdinoex <dinoex@FreeBSD.org>2003-09-03 13:56:04 +0800
commitbdecf61c54ee453a9e87605cf4720984179102e4 (patch)
tree3f36bf15955d2e292b98742a430ab4c7ac395214 /japanese/mutt
parent6d1c5092ee6ae173d837c7bb25c3bfe8947db091 (diff)
downloadfreebsd-ports-gnome-bdecf61c54ee453a9e87605cf4720984179102e4.tar.gz
freebsd-ports-gnome-bdecf61c54ee453a9e87605cf4720984179102e4.tar.zst
freebsd-ports-gnome-bdecf61c54ee453a9e87605cf4720984179102e4.zip
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk (maintainter contacted, no response yet) Approved by: marcus
Diffstat (limited to 'japanese/mutt')
-rw-r--r--japanese/mutt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/mutt/Makefile b/japanese/mutt/Makefile
index 26a68585ef09..66ed03a43abb 100644
--- a/japanese/mutt/Makefile
+++ b/japanese/mutt/Makefile
@@ -47,8 +47,8 @@ USE_GMAKE= yes
USE_AUTOMAKE= yes
USE_OPENSSL= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${VERSION}
-CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang" \
- LDFLAGS=-L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include -I${LOCALBASE}/include/slang"
CONFIGURE_ARGS= --with-slang --enable-locales-fix \
--with-libiconv-prefix=${LOCALBASE} \
--without-wc-funcs \