pkgsrc/databases/libpqxx/Makefile
dholland ac50984fb4 Remove obsolete restriction based on a.out shared libraries not working.
Even if they still don't (it was noted ten years ago) I don't think we
have any a.out platforms left in pkgsrc. (Do we?)
2015-01-01 09:43:44 +00:00

25 lines
760 B
Makefile

# $NetBSD: Makefile,v 1.29 2015/01/01 09:43:44 dholland Exp $
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.0.1
.include "../../databases/libpqxx/Makefile.common"
COMMENT= C++ interface to postgresql-lib
# Apparently (at least as of 2004) this package's shared libraries are
# messed up on a.out platforms. But AFAIK we don't have any in pkgsrc
# any more. Leave this here for documentation just in case.
# - dholland 20150101
#NOT_FOR_PLATFORM= ${AOUTPLATFORMS}
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libpqxx.pc.in
GNU_CONFIGURE= yes
PYTHON_FOR_BUILD_ONLY= yes
REPLACE_PYTHON+= tools/splitconfig
.include "../../lang/python/application.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"