diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-06 18:00:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-06 18:00:09 +0000 |
commit | 776b4ed019508fe18b51c61733775f810b8ae052 (patch) | |
tree | 35efbd24a96db797c3940dc57d942e0f4c9f9ce0 | |
parent | b1cef9b402795a09e2588317b5bbc9cb44cae901 (diff) | |
download | ports-776b4ed019508fe18b51c61733775f810b8ae052.tar.gz ports-776b4ed019508fe18b51c61733775f810b8ae052.zip |
- Pass ${PTHREAD_LIBS} down to configure
PR: ports/62544
Submitted by: Frank Altpeter <frank@altpeter.de>
Approved by: maintainer timeout (3 weeks)
Notes
Notes:
svn path=/head/; revision=103121
-rw-r--r-- | devel/libchipcard/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libchipcard/Makefile b/devel/libchipcard/Makefile index 9babe86bb6c9..3cb64698fa4b 100644 --- a/devel/libchipcard/Makefile +++ b/devel/libchipcard/Makefile @@ -22,6 +22,7 @@ USE_OPENSSL= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= +CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --with-distri=freebsd |