diff options
author | shattered <shattered@pkgsrc.org> | 2014-12-22 19:35:51 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2014-12-22 19:35:51 +0000 |
commit | aa71c77018a2b2472c0f0d1aa2c83f5c901357d8 (patch) | |
tree | 48bf54bde39f8647a19b0212de738ba8163182ce /mail | |
parent | 16a6550f55b192a59c7fd0f473776135716545d8 (diff) | |
download | pkgsrc-aa71c77018a2b2472c0f0d1aa2c83f5c901357d8.tar.gz |
PR/48079 -- unbreak Solaris build for real. Tested on Solaris 10.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ripmime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |