diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-05-15 13:04:03 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-05-15 13:04:03 +0000 |
commit | fe4bd2588644f4d956cb997546f9e29c22fd1afc (patch) | |
tree | 43125fda2e73f760d923967acc87ff4f3ffef875 /mail/balsa/Makefile | |
parent | fd0609764d1026e9e856a67ce8ead2475c3ddd55 (diff) | |
download | pkgsrc-fe4bd2588644f4d956cb997546f9e29c22fd1afc.tar.gz |
Various patches to fix build on SunOS.
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r-- | mail/balsa/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index d60315028b0..5300a29b110 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.128 2017/04/22 21:03:41 adam Exp $ +# $NetBSD: Makefile,v 1.129 2017/05/15 13:04:03 jperkin Exp $ DISTNAME= balsa-2.4.14 PKGREVISION= 24 @@ -29,6 +29,8 @@ CONFIGURE_ENV+= ac_cv_lib_iconv_iconv_open=yes EGDIR= ${PREFIX}/share/examples/balsa CONF_FILES= ${EGDIR}/balsa.soundlist ${PKG_SYSCONFDIR}/sound/events/balsa.soundlist +CFLAGS.SunOS+= -D__EXTENSIONS__ + .include "options.mk" .include "../../devel/gettext-lib/buildlink3.mk" |