diff options
Diffstat (limited to 'audio/zinf/files/patch-config-ltmain.sh')
-rw-r--r-- | audio/zinf/files/patch-config-ltmain.sh | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/zinf/files/patch-config-ltmain.sh b/audio/zinf/files/patch-config-ltmain.sh deleted file mode 100644 index f70dd783e4fc..000000000000 --- a/audio/zinf/files/patch-config-ltmain.sh +++ /dev/null @@ -1,21 +0,0 @@ ---- config/ltmain.sh.orig Wed Jul 23 11:20:18 2003 -+++ config/ltmain.sh Mon Aug 18 22:41:00 2003 -@@ -1075,12 +1075,17 @@ - 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 - ;; - esac - fi -+ deplibs="$deplibs $arg" -+ continue -+ ;; -+ -+ -?thread) - deplibs="$deplibs $arg" - continue - ;; |