summaryrefslogtreecommitdiff
path: root/sysutils/rtty
diff options
context:
space:
mode:
authorwiedi <wiedi>2014-02-15 23:54:46 +0000
committerwiedi <wiedi>2014-02-15 23:54:46 +0000
commit0dfb12a309c7594747ada6e49dc0fdb3951a43f4 (patch)
tree5d05f719ae4df342084477583eefaff884af77fd /sysutils/rtty
parent97f2754046022d21d0e1a9c76a980551611aa4e2 (diff)
downloadpkgsrc-0dfb12a309c7594747ada6e49dc0fdb3951a43f4.tar.gz
define int types on SunOS
Diffstat (limited to 'sysutils/rtty')
-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"