Lowest impact patch to make this build on sparc.
This commit is contained in:
parent
8a90849f64
commit
5ccbcb6bc8
24
x11/kde/libs2/patches/patch-aclocal_m4
Normal file
24
x11/kde/libs2/patches/patch-aclocal_m4
Normal file
@ -0,0 +1,24 @@
|
||||
$OpenBSD: patch-aclocal_m4,v 1.1 2001/04/19 01:35:22 naddy Exp $
|
||||
--- aclocal.m4.orig Sun Apr 15 20:58:52 2001
|
||||
+++ aclocal.m4 Sun Apr 15 21:01:01 2001
|
||||
@@ -4639,15 +4639,11 @@ netbsd*)
|
||||
|
||||
openbsd* )
|
||||
if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
|
||||
- case "$host_cpu" in
|
||||
- i*86 )
|
||||
- changequote(,)dnl
|
||||
- lt_cv_deplibs_check_method='file_magic OpenBSD/i[3-9]86 demand paged shared library'
|
||||
- changequote([, ])dnl
|
||||
- lt_cv_file_magic_cmd=/usr/bin/file
|
||||
- lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
|
||||
- ;;
|
||||
- esac
|
||||
+ changequote(,)dnl
|
||||
+ lt_cv_deplibs_check_method="file_magic OpenBSD/$host_cpu demand paged shared library"
|
||||
+ changequote([, ])dnl
|
||||
+ lt_cv_file_magic_cmd=/usr/bin/file
|
||||
+ lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
|
||||
else
|
||||
lt_cv_deplibs_check_method=pass_all
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user