pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/i3lock



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Mon Sep 19 17:23:10 UTC 2016

Modified Files:
        pkgsrc/x11/i3lock: Makefile

Log Message:
fix int type on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/i3lock/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/i3lock/Makefile
diff -u pkgsrc/x11/i3lock/Makefile:1.2 pkgsrc/x11/i3lock/Makefile:1.3
--- pkgsrc/x11/i3lock/Makefile:1.2      Sun Jun 12 19:48:02 2016
+++ pkgsrc/x11/i3lock/Makefile  Mon Sep 19 17:23:10 2016
@@ -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 @@ MAKE_FLAGS+=  MANDIR=${PKGMANDIR}
 
 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