Sat May 14 20:21:19 2011 UTC ()
Fix build on SunOS.


(hans)
diff -r1.13 -r1.14 pkgsrc/devel/libbegemot/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/devel/libbegemot/Makefile (expand / switch to context diff)
--- pkgsrc/devel/libbegemot/Makefile 2008/07/14 12:56:01 1.13
+++ pkgsrc/devel/libbegemot/Makefile 2011/05/14 20:21:19 1.14
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/07/14 12:56:01 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2011/05/14 20:21:19 hans Exp $
 #
 
 DISTNAME=	libbegemot-1.11
@@ -13,5 +13,7 @@
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 USE_TOOLS+=	gmake
+
+CFLAGS.SunOS=	-Du_int64_t=uint64_t
 
 .include "../../mk/bsd.pkg.mk"