c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
27 lines
637 B
Makefile
27 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.13 2004/10/03 00:13:18 tv Exp $
|
|
#
|
|
|
|
.include "../../databases/libpqxx/Makefile.common"
|
|
|
|
PKGREVISION= 2
|
|
COMMENT= C++ interface to postgresql-lib
|
|
|
|
NOT_FOR_PLATFORM= NetBSD-*-pc532
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
PKGCONFIG_OVERRIDE+= libpqxx.pc.in
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-postgres-lib=${PGSQL_PREFIX}/lib
|
|
CONFIGURE_ARGS+= --with-postgres-include=${PGSQL_PREFIX}/include/postgresql
|
|
|
|
# Avoid an ICE in gcc2 on sparc64
|
|
CONFIGURE_ENV+= F77=${FALSE}
|
|
|
|
PGSQL_VERSION_REQD= 73
|
|
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|