flags; this fixes opt flags for some files which avoided the previous fix avoid "-fomit-frame-pointer -fforce-addr -fno-omit-frame-pointer -fno-force-addr"
33 lines
659 B
Makefile
33 lines
659 B
Makefile
# $OpenBSD: Makefile,v 1.28 2017/04/24 13:26:16 sthen Exp $
|
|
|
|
COMMENT= high performance embedded database library
|
|
|
|
DISTNAME= qdbm-1.8.78
|
|
CATEGORIES= databases
|
|
SHARED_LIBS= qdbm 14.14
|
|
REVISION= 1
|
|
|
|
HOMEPAGE= http://fallabs.com/qdbm/
|
|
|
|
# LGPLv2.1+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/
|
|
|
|
WANTLIB= c iconv z
|
|
LIB_DEPENDS= converters/libiconv
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --enable-zlib \
|
|
--enable-iconv
|
|
|
|
MAKE_FLAGS= LIBVER=${LIBqdbm_VERSION:R} \
|
|
LIBREV=${LIBqdbm_VERSION:E} \
|
|
CC="${CC}" \
|
|
CFLAGS="-Wall -pedantic -fPIC -fsigned-char ${CFLAGS}"
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|