summaryrefslogtreecommitdiff
path: root/databases/libpqxx/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-06-27 01:57:26 +0000
committermarkd <markd@pkgsrc.org>2005-06-27 01:57:26 +0000
commitd5f0ef1aa53b28d4097c8eb41c96d2634adb0f8d (patch)
treecfac2387c8ef5b419fdc0e7bf49afa4e61eb2546 /databases/libpqxx/Makefile
parent5e13b5318fc53f45fc80ec313c3ee59cfe2990ab (diff)
downloadpkgsrc-d5f0ef1aa53b28d4097c8eb41c96d2634adb0f8d.tar.gz
Update libpqxx{,-doc} to version 2.5.4
Changes: Lots of bugfixes and compatibility issues addressed.
Diffstat (limited to 'databases/libpqxx/Makefile')
-rw-r--r--databases/libpqxx/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/databases/libpqxx/Makefile b/databases/libpqxx/Makefile
index 24732b4d2ed..1f04415dda8 100644
--- a/databases/libpqxx/Makefile
+++ b/databases/libpqxx/Makefile
@@ -1,26 +1,26 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:45:12 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/06/27 01:57:26 markd Exp $
#
.include "../../databases/libpqxx/Makefile.common"
-PKGREVISION= 2
COMMENT= C++ interface to postgresql-lib
NOT_FOR_PLATFORM= NetBSD-*-pc532
USE_LANGUAGES= c c++
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
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+# No strerror_r
+CONFIGURE_ARGS+= --disable-thread-safety
+.endif
# 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"