diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-04-16 12:06:07 +0200 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-04-16 12:06:07 +0200 |
commit | 2ba0135088efa798a3f5a3722c8bb3537b6c6661 (patch) | |
tree | d402618258d58c10d2d03963903429aa200223a7 | |
parent | 8d93a1debc450fcc799be37991ce3f5c5eeda018 (diff) |
kfreebsdport01: fix ancient libtool 1.4 in libtextcat (http://bugs.debian.org/578023)
-rw-r--r-- | libtextcat/libtextcat-2.2.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libtextcat/libtextcat-2.2.patch b/libtextcat/libtextcat-2.2.patch index 499ff3d4d442..ecaf31bedf02 100644 --- a/libtextcat/libtextcat-2.2.patch +++ b/libtextcat/libtextcat-2.2.patch @@ -1,5 +1,23 @@ --- misc/libtextcat-2.2/configure Thu May 22 13:39:55 2003 +++ misc/build/libtextcat-2.2/configure Mon Mar 31 11:29:14 2008 +@@ -3451,7 +3451,7 @@ + ;; + + # This must be Linux ELF. +-linux-gnu*) ++linux-gnu*|k*bsd*-gnu*) + case $host_cpu in + alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64*) + lt_cv_deplibs_check_method=pass_all ;; +@@ -6365,7 +6365,7 @@ + ;; + + # This must be Linux ELF. +-linux-gnu*) ++linux-gnu*|k*bsd*-gnu*) + version_type=linux + need_lib_prefix=no + need_version=no @@ -5391,7 +5391,8 @@ allow_undefined_flag= no_undefined_flag= |