diff options
author | reed <reed> | 2005-02-15 20:33:44 +0000 |
---|---|---|
committer | reed <reed> | 2005-02-15 20:33:44 +0000 |
commit | 8a1c4cc411091f5519131be3a6732dc520c3394e (patch) | |
tree | 9a10f1e053de7745461a3ef4af4cdd4a5d1892e4 /textproc/enchant | |
parent | 9402979608aba4a39401865fe381653c866d80c4 (diff) | |
download | pkgsrc-8a1c4cc411091f5519131be3a6732dc520c3394e.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/enchant')
-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" |