diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 13:50:52 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 13:50:52 +0000 |
commit | 015a0c8b646ca02ba17982b0188ac7bbb88cf2e9 (patch) | |
tree | 17c5dd1fe608ad44990390a65a4cbeb07968069a /chat/gtmess | |
parent | 5da1ac0872b8bf2e13f2726a514c2659c6b6079d (diff) | |
download | pkgsrc-015a0c8b646ca02ba17982b0188ac7bbb88cf2e9.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'chat/gtmess')
-rw-r--r-- | chat/gtmess/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/gtmess/Makefile b/chat/gtmess/Makefile index 1d94af5d922..57d2fdce1ca 100644 --- a/chat/gtmess/Makefile +++ b/chat/gtmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2010/01/17 12:02:07 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2012/02/16 14:00:08 hans Exp $ # DISTNAME= gtmess-0.91 @@ -18,6 +18,7 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_search_iconv=${BUILDLINK_LDADD.iconv:Q} +CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS INCOMPAT_CURSES= NetBSD-1.*-* |