aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-07-11 19:19:20 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-07-11 19:19:20 +0000
commit7a27dd51c792f1fc0d67da51c50e1101e32053d3 (patch)
tree2843092ebbce0fc5ad7057402153d664722b9455 /textproc
parentd6e5e14837044e32ef0a3f2e476b3c0efcab9f4b (diff)
downloadports-7a27dd51c792f1fc0d67da51c50e1101e32053d3.tar.gz
ports-7a27dd51c792f1fc0d67da51c50e1101e32053d3.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/scim/files/patch-ltmain.sh51
1 files changed, 0 insertions, 51 deletions
diff --git a/textproc/scim/files/patch-ltmain.sh b/textproc/scim/files/patch-ltmain.sh
deleted file mode 100644
index 58384ee38d2e..000000000000
--- a/textproc/scim/files/patch-ltmain.sh
+++ /dev/null
@@ -1,51 +0,0 @@
---- ltmain.sh.orig Sat Dec 6 14:47:45 2003
-+++ ltmain.sh Tue Dec 9 14:09:01 2003
-@@ -1280,7 +1280,7 @@
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd* | *-*-freebsd*)
-+ *-*-openbsd* | *-*-freebsd4*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
-@@ -1290,8 +1290,16 @@
- continue
- ;;
-
-+ -pthread)
-+ compile_command="$compile_command -pthread"
-+ finalize_command="$finalize_command -pthread"
-+ compiler_flags="$compiler_flags -pthread"
-+ continue
-+ ;;
-+
- -module)
- module=yes
-+ build_old_libs=no
- continue
- ;;
-
-@@ -3000,6 +3008,9 @@
- # problems, so we reset it completely
- verstring=
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- verstring="0.0"
- ;;
-@@ -5428,10 +5439,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"