pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/freerdp
Module Name: pkgsrc
Committed By: wiedi
Date: Sun Sep 18 22:17:47 UTC 2016
Modified Files:
pkgsrc/net/freerdp: Makefile
Log Message:
fix int types for SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/freerdp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/freerdp/Makefile
diff -u pkgsrc/net/freerdp/Makefile:1.18 pkgsrc/net/freerdp/Makefile:1.19
--- pkgsrc/net/freerdp/Makefile:1.18 Wed Aug 17 00:06:45 2016
+++ pkgsrc/net/freerdp/Makefile Sun Sep 18 22:17:47 2016
@@ -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 @@ USE_OLD_DES_API=yes
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