diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-19 01:36:53 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-19 01:36:53 +0000 |
commit | 274ab38aa45b273946a169d883bf751c8a671446 (patch) | |
tree | 9a241198f0ea410e765724b0570936a62e8f4202 /devel/pcsc-lite/files | |
parent | Update to 1.0.24. (diff) |
- update to 1.1.2.b.4
- use PTHREAD_LIBS properly
PR: 52398
Submitted by: maintainer
Diffstat (limited to 'devel/pcsc-lite/files')
-rw-r--r-- | devel/pcsc-lite/files/patch-ltmain.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/pcsc-lite/files/patch-ltmain.sh b/devel/pcsc-lite/files/patch-ltmain.sh index fc364420a9a0..160d8e579d9f 100644 --- a/devel/pcsc-lite/files/patch-ltmain.sh +++ b/devel/pcsc-lite/files/patch-ltmain.sh @@ -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. |