diff options
author | reed <reed@pkgsrc.org> | 2005-02-15 20:33:44 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-02-15 20:33:44 +0000 |
commit | 970cd6b705548f530ca57dcf1d15c864c2506b62 (patch) | |
tree | 9a10f1e053de7745461a3ef4af4cdd4a5d1892e4 /textproc | |
parent | 48324696ae92094a0b0e8964f407df7c59583f68 (diff) | |
download | pkgsrc-970cd6b705548f530ca57dcf1d15c864c2506b62.tar.gz |
Add support for Solaris with:
CFLAGS.SunOS+= -D__EXTENSIONS__
This fixes problem where some definitions from <unistd.h>
were not used.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/enchant/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 07d26e21837..127f4a2ad03 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/01/06 16:50:39 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/02/15 20:33:44 reed Exp $ # DISTNAME= enchant-1.1.5 @@ -14,6 +14,7 @@ USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= enchant.pc.in GNU_CONFIGURE= yes +CFLAGS.SunOS+= -D__EXTENSIONS__ .include "../../devel/glib2/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" |