summaryrefslogtreecommitdiff
path: root/chat/unrealircd
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-16 16:04:52 +0000
committerhans <hans@pkgsrc.org>2012-02-16 16:04:52 +0000
commit9632a0d27bdfeacb0bfc4633e138e3a83f88b309 (patch)
tree254b93444e1b1becc581604790fcb00e94fe351a /chat/unrealircd
parentd27fe1e7b1a48bd40a46e00b38f52adb8b63c110 (diff)
downloadpkgsrc-9632a0d27bdfeacb0bfc4633e138e3a83f88b309.tar.gz
Fix build on SunOS.
Diffstat (limited to 'chat/unrealircd')
-rw-r--r--chat/unrealircd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile
index 28f86527359..8fe2a6dd140 100644
--- a/chat/unrealircd/Makefile
+++ b/chat/unrealircd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2011/04/22 13:43:08 obache Exp $
+# $NetBSD: Makefile,v 1.32 2012/02/16 16:08:15 hans Exp $
DISTNAME= Unreal3.2.8.1
PKGNAME= unrealircd-3.2.8.1
@@ -119,6 +119,8 @@ INSTALLATION_DIRS= sbin ${IRCD_DOCS} ${IRCD_EG} ${IRCD_SHARE}/aliases \
INSTALL_UNSTRIPPED=YES
.endif
+CFLAGS.SunOS+= -DUSE_LOCALE
+
.include "../../net/libcares/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/tre/buildlink3.mk"