pkgsrc-wip/edb/hacks.mk
Blair Sadewitz 37a79f1317 Import edb-1.0.5.042 as wip/edb.
(for testing)
This is a database conveneince library base on db 2.7.7 from
http://www.sleepycat.com (see src/LICENSE for license details). It is
intended to make accessing database information portable, easy, fast and
efficient as well as bypass the proplem of libdb continuously changing
formats.
2008-06-28 05:37:33 +00:00

11 lines
269 B
Makefile

# $NetBSD: hacks.mk,v 1.1.1.1 2008/06/28 05:37:33 bsadewitz Exp $
#
.if !empty(EDB_HACKS_MK)
EDB_HACKS_MK= # defined
. include "../../mk/compiler.mk"
. if !empty(CC_VERSION:Mgcc-[34]*)
PKG_CFLAGS+= -fno-strict-aliasing
PKG_HACKS+= no-strict-aliasing
. endif
.endif