From 7b05a84990d0d241c272d9037dc46e474c10e22a Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Tue, 18 Oct 2005 10:54:23 +0000 Subject: - Fix a case when python was installed with a non-standard PREFIX. Requested by: kris --- databases/hk_classes/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'databases/hk_classes') diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile index 9631c9f3df78..9c28bc20c023 100644 --- a/databases/hk_classes/Makefile +++ b/databases/hk_classes/Makefile @@ -24,6 +24,7 @@ CXXFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV+= LIBPYTHON="-l${PYTHON_VERSION} ${PTHREAD_LIBS}" \ LDFLAGS="${PTHREAD_LIBS} -largp -L${LOCALBASE}/lib" CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS+=--with-pythondir=${PYTHONBASE} GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_LIBTOOL_VER= 15 -- cgit v1.2.3