pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/i3lock fix int type on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1373c8236330
branches:  trunk
changeset: 352895:1373c8236330
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Mon Sep 19 17:23:10 2016 +0000

description:
fix int type on SunOS

diffstat:

 x11/i3lock/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 40ce69519011 -r 1373c8236330 x11/i3lock/Makefile
--- a/x11/i3lock/Makefile       Mon Sep 19 17:18:18 2016 +0000
+++ b/x11/i3lock/Makefile       Mon Sep 19 17:23:10 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/06/12 19:48:02 kamil Exp $
+# $NetBSD: Makefile,v 1.3 2016/09/19 17:23:10 wiedi Exp $
 #
 
 DISTNAME=      i3lock-2.8
@@ -20,6 +20,8 @@
 
 EGDIR= ${PREFIX}/share/examples/${PKGBASE}
 
+CPPFLAGS.SunOS+=       -Du_int32_t=uint32_t
+
 MESSAGE_SUBST+=        EGDIR=${EGDIR}
 
 .include "../../devel/libev/buildlink3.mk"



Home | Main Index | Thread Index | Old Index