From aa71c77018a2b2472c0f0d1aa2c83f5c901357d8 Mon Sep 17 00:00:00 2001 From: shattered Date: Mon, 22 Dec 2014 19:35:51 +0000 Subject: PR/48079 -- unbreak Solaris build for real. Tested on Solaris 10. --- mail/ripmime/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/ripmime/Makefile b/mail/ripmime/Makefile index 890836af434..bab578d4789 100644 --- a/mail/ripmime/Makefile +++ b/mail/ripmime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2013/08/30 16:53:45 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2014/12/22 19:35:51 shattered Exp $ # DISTNAME= ripmime-1.4.0.10 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.pldaniels.com/ripmime/ COMMENT= Extract the attached files out of a MIME encoded email package MAKE_JOBS_SAFE= no -MAKE_ENV+= LIBS=${BUILDLINK_LDADD.iconv} +MAKE_ENV+= LIBS="${BUILDLINK_LDFLAGS} ${BUILDLINK_LDADD.iconv}" INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -- cgit v1.2.3