pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libmemcache Fix int types for SunOS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36482351ac0f
branches:  trunk
changeset: 600558:36482351ac0f
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Mar 09 13:48:37 2012 +0000

description:
Fix int types for SunOS.

diffstat:

 devel/libmemcache/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6ccf565bce1a -r 36482351ac0f devel/libmemcache/Makefile
--- a/devel/libmemcache/Makefile        Fri Mar 09 13:41:30 2012 +0000
+++ b/devel/libmemcache/Makefile        Fri Mar 09 13:48:37 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2010/01/29 03:44:53 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.6 2012/03/09 13:48:37 fhajny Exp $
 #
 
 DISTNAME=              libmemcache-1.4.0.b9
@@ -18,5 +18,8 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 
+CPPFLAGS.SunOS+=       -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t
+CXXFLAGS.SunOS+=       -Du_int16_t=uint16_t -Du_int32_t=uint32_t -Du_int64_t=uint64_t
+
 .include "../../devel/sysexits/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index