diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-02-15 23:54:46 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-02-15 23:54:46 +0000 |
commit | fc7bcd40cb46432ef12d2e6db8c358a7b45f7d05 (patch) | |
tree | 5d05f719ae4df342084477583eefaff884af77fd /sysutils | |
parent | 94acd317674a377912a5a6e56d1b62db1f352805 (diff) | |
download | pkgsrc-fc7bcd40cb46432ef12d2e6db8c358a7b45f7d05.tar.gz |
define int types on SunOS
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/rtty/Makefile | 4 |
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" |