aboutsummaryrefslogtreecommitdiff
path: root/devel/pcsc-lite/files
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-19 01:36:53 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-19 01:36:53 +0000
commit274ab38aa45b273946a169d883bf751c8a671446 (patch)
tree9a241198f0ea410e765724b0570936a62e8f4202 /devel/pcsc-lite/files
parentbefe88a5bd04179a58e80463527718382b1a28ee (diff)
downloadports-274ab38aa45b273946a169d883bf751c8a671446.tar.gz
ports-274ab38aa45b273946a169d883bf751c8a671446.zip
Notes
Diffstat (limited to 'devel/pcsc-lite/files')
-rw-r--r--devel/pcsc-lite/files/patch-ltmain.sh9
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.