- update to 1.1.2.b.4

- use PTHREAD_LIBS properly

PR:		52398
Submitted by:	maintainer
This commit is contained in:
Pete Fritchman 2003-05-19 01:36:53 +00:00
parent befe88a5bd
commit 274ab38aa4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81321
3 changed files with 13 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pcsc-lite
PORTVERSION= 1.1.2.b.3
PORTVERSION= 1.1.2.b.4
CATEGORIES= devel security
MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/muscle/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./beta/}
@ -14,13 +14,14 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./beta/}
MAINTAINER= toni@soth.at
COMMENT= A smartcard development library
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.b.3//}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.b.4//}
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFILES+= build/aclocal.m4
INSTALLS_SHLIB= yes
CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
CONFIGURE_ARGS+=--enable-debug \
--enable-syslog \
--enable-runpid=/var/run/pcscd.pid \

View File

@ -1 +1 @@
MD5 (pcsc-lite-1.1.2beta3.tar.gz) = d6b38581037a5836b54de6f3442d7980
MD5 (pcsc-lite-1.1.2beta4.tar.gz) = 4ceb2cc932dc894f62f1226ac98a605e

View File

@ -2,6 +2,15 @@ $FreeBSD$
--- build/ltmain.sh 2001/08/27 09:51:26 1.1
+++ build/ltmain.sh 2001/08/27 09:51:42
@@ -1072,7 +1072,7 @@
esac
elif test "X$arg" = "X-lc_r"; then
case $host in
- *-*-openbsd* | *-*-freebsd*)
+ *-*-openbsd*)
# Do not include libc_r directly, use -pthread flag.
continue
;;
@@ -2408,6 +2408,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.