pkgsrc/security/heimdal/patches/patch-cf_libtool.m4
rodent 602e6bcd85 Apply patch from FreeBSD ports to patch-configure. This will allow the
package to build and install lib/windc.la, which is the cause of the
installation failure. This is evident when PREFER_PKGSRC=yes. Defuzz
patches.
2015-07-11 04:26:57 +00:00

33 lines
1 KiB
Text

$NetBSD: patch-cf_libtool.m4,v 1.2 2015/07/11 04:26:57 rodent Exp $
* GNU/kFreeBSD parts: use host of Debian GNU/kFreeBSD 7.0.
--- cf/libtool.m4.orig 2012-12-09 22:09:27.000000000 +0000
+++ cf/libtool.m4
@@ -1268,7 +1268,7 @@ ia64-*-hpux*)
rm -rf conftest*
;;
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*-gnukfreebsd*|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
# Find out which ABI we are using.
echo 'int i;' > conftest.$ac_ext
@@ -1276,7 +1276,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*
case `/usr/bin/file conftest.o` in
*32-bit*)
case $host in
- x86_64-*kfreebsd*-gnu)
+ x86_64-*kfreebsd*-gnu|x86_64-*-gnukfreebsd*)
LD="${LD-ld} -m elf_i386_fbsd"
;;
x86_64-*linux*)
@@ -1295,7 +1295,7 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*
;;
*64-bit*)
case $host in
- x86_64-*kfreebsd*-gnu)
+ x86_64-*kfreebsd*-gnu|x86_64-*-gnukfreebsd*)
LD="${LD-ld} -m elf_x86_64_fbsd"
;;
x86_64-*linux*)