pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/blccc fix int types on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab4eefb60a27
branches:  trunk
changeset: 352715:ab4eefb60a27
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun Sep 18 16:47:44 2016 +0000

description:
fix int types on SunOS

diffstat:

 misc/blccc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3b354957d3a8 -r ab4eefb60a27 misc/blccc/Makefile
--- a/misc/blccc/Makefile       Sun Sep 18 16:37:11 2016 +0000
+++ b/misc/blccc/Makefile       Sun Sep 18 16:47:44 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2016/08/03 10:23:07 adam Exp $
+# $NetBSD: Makefile,v 1.38 2016/09/18 16:47:44 wiedi Exp $
 #
 
 DISTNAME=              blccc-1.99
@@ -19,6 +19,8 @@
 
 INSTALLATION_DIRS=     ${EGDIR}/movies ${EGDIR}/on-demand
 
+CPPFLAGS.SunOS+=       -Du_int16_t=uint16_t -Du_int32_t=uint32_t
+
 .include "../../devel/blib/buildlink3.mk"
 
 post-install:



Home | Main Index | Thread Index | Old Index