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