1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/misc/bibletime/files/patch-admin::ltmain.sh
Edwin Groothuis 8a633b59af New port: misc/bibletime
BibleTime is a powerful Bible study application for the K Desktop
    Environment running on Unix operating systems.  BibleTime is
    based on the Sword library which provides access to all the
    different text modules created by the Crosswire Bible Society.

PR:		ports/34981
Submitted by:	Willem van Engen <wvengen+port@stack.nl>
2002-11-23 03:33:20 +00:00

13 lines
366 B
Bash

diff -ruN admin/ltmain.sh admin/ltmain.sh
--- admin/ltmain.sh Fri Apr 12 13:40:12 2002
+++ admin/ltmain.sh Thu Jun 20 09:51:32 2002
@@ -1239,7 +1239,7 @@
esac
elif test "X$arg" = "X-lc_r"; then
case $host in
- *-*-openbsd* | *-*-freebsd*)
+ *-*-openbsd* | *-*-freebsd[0-4]*)
# Do not include libc_r directly, use -pthread flag.
continue
;;