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 unified 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,17 +1,19 @@ @@ -1,17 +1,19 @@
1# $NetBSD: Makefile,v 1.13 2008/07/14 12:56:01 joerg Exp $ 1# $NetBSD: Makefile,v 1.14 2011/05/14 20:21:19 hans Exp $
2# 2#
3 3
4DISTNAME= libbegemot-1.11 4DISTNAME= libbegemot-1.11
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ 6MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/
7 7
8MAINTAINER= packages@grumpf.hope-2000.org 8MAINTAINER= packages@grumpf.hope-2000.org
9COMMENT= Base development library, contains useful routines 9COMMENT= Base development library, contains useful routines
10 10
11PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= gmake 15USE_TOOLS+= gmake
16 16
 17CFLAGS.SunOS= -Du_int64_t=uint64_t
 18
17.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"