pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/freerdp fix int types for SunOS
details: https://anonhg.NetBSD.org/pkgsrc/rev/ab180271e86d
branches: trunk
changeset: 352756:ab180271e86d
user: wiedi <wiedi%pkgsrc.org@localhost>
date: Sun Sep 18 22:17:47 2016 +0000
description:
fix int types for SunOS
diffstat:
net/freerdp/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 236214b92f01 -r ab180271e86d net/freerdp/Makefile
--- a/net/freerdp/Makefile Sun Sep 18 22:15:34 2016 +0000
+++ b/net/freerdp/Makefile Sun Sep 18 22:17:47 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/08/17 00:06:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2016/09/18 22:17:47 wiedi Exp $
DISTNAME= freerdp-1.0.2
PKGREVISION= 17
@@ -18,6 +18,8 @@
PKGCONFIG_OVERRIDE+= freerdp.pc.in
+CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t
+
.include "options.mk"
.include "../../converters/libiconv/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index