openbsd-ports/x11/kde/games2/patches/patch-admin_libtool_m4_in
espie 9c05f8b30f Bring patches in line with the rest of kde.
Also, fix run depends for subpackages...
2001-04-23 21:19:29 +00:00

25 lines
706 B
Plaintext

$OpenBSD: patch-admin_libtool_m4_in,v 1.1 2001/04/23 21:19:30 espie Exp $
--- admin/libtool.m4.in.orig Sat Apr 21 18:03:05 2001
+++ admin/libtool.m4.in Sat Apr 21 18:03:42 2001
@@ -623,19 +623,7 @@ 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
- else
- lt_cv_deplibs_check_method=pass_all
- fi
+ lt_cv_deplibs_check_method=pass_all
;;
newsos6)