7261845585
2011-04-24 version 0.5.6: * #42 fixes double-free problem on msgpack_unpacker_release_zone
30 lines
572 B
Makefile
30 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/05/06 05:48:11 obache Exp $
|
|
#
|
|
|
|
DISTNAME= msgpack-0.5.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://msgpack.org/releases/cpp/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://msgpack.org/
|
|
COMMENT= Binary-based efficient object serialization library
|
|
LICENSE= apache-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
|
|
GCC_REQD= 4.1
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
CFLAGS+= -march=i686
|
|
CXXFLAGS+= -march=i686
|
|
.endif
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|