summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/rtty/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile
index 4fba79e9bb0..581ad72ddfc 100644
--- a/sysutils/rtty/Makefile
+++ b/sysutils/rtty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2013/05/23 18:42:22 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2014/02/15 23:54:46 wiedi Exp $
DISTNAME= rtty-3.2
PKGREVISION= 1
@@ -11,6 +11,8 @@ COMMENT= Multiuser "tip"/"cu" replacement with logging
WRKSRC= ${WRKDIR}
+CFLAGS.SunOS+= -Du_int16_t=uint16_t -Du_int32_t=uint32_t
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "Darwin"