pkgsrc/databases/libpqxx/Makefile

30 lines
600 B
Makefile
Raw Normal View History

2008-07-14 14:55:56 +02:00
# $NetBSD: Makefile,v 1.21 2008/07/14 12:56:01 joerg Exp $
#
2008-07-14 14:55:56 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../databases/libpqxx/Makefile.common"
COMMENT= C++ interface to postgresql-lib
PKGREVISION= 2
2004-01-07 12:22:49 +01:00
NOT_FOR_PLATFORM= NetBSD-*-pc532
2004-02-05 10:28:59 +01:00
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libpqxx.pc.in
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
# No strerror_r
CONFIGURE_ARGS+= --disable-thread-safety
.endif
2004-03-23 00:29:12 +01:00
# Avoid an ICE in gcc2 on sparc64
CONFIGURE_ENV+= F77=${FALSE:Q}
2004-03-23 00:29:12 +01:00
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"