pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/enchant Add support for Solaris with:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c096aed74fb0
branches:  trunk
changeset: 489057:c096aed74fb0
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Feb 15 20:33:44 2005 +0000

description:
Add support for Solaris with:
CFLAGS.SunOS+=          -D__EXTENSIONS__
This fixes problem where some definitions from <unistd.h>
were not used.

diffstat:

 textproc/enchant/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b461b3f2c433 -r c096aed74fb0 textproc/enchant/Makefile
--- a/textproc/enchant/Makefile Tue Feb 15 20:20:06 2005 +0000
+++ b/textproc/enchant/Makefile Tue Feb 15 20:33:44 2005 +0000
@@ -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_LIBTOOL=           yes
 PKGCONFIG_OVERRIDE+=   enchant.pc.in
 GNU_CONFIGURE=         yes
+CFLAGS.SunOS+=         -D__EXTENSIONS__
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/pkgconfig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index