(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.
11 lines
269 B
Makefile
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
|