1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

- Fix a case when python was installed with a non-standard PREFIX.

Requested by:	kris
This commit is contained in:
Sergey Matveychuk 2005-10-18 10:54:23 +00:00
parent 8a8d9bb747
commit 7b05a84990
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145740

View File

@ -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