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 | 736e4402d0cc617b5507ab3e5e8b754a8da904c6 (patch) | |
tree | 9a10f1e053de7745461a3ef4af4cdd4a5d1892e4 /textproc/enchant/Makefile | |
parent | 6256bad4b48effbbfdf7e9fedd213ebda62e28db (diff) | |
download | pkgsrc-736e4402d0cc617b5507ab3e5e8b754a8da904c6.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/Makefile')
-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" |