openbsd-ports/graphics/kuickshow/patches/patch-admin_libtool_m4_in
kevlo c1e8dfff4c Initial import of kuickshow 0.8.1.
KuickShow is an image browser/viewer with a nice filebrowser to select 
images to be shown, slideshow support and the ability to display the 
following image formats: jpg, gif, tiff, png, bmp, psd, xpm, xbm, pbm 
and eim.
2001-06-27 02:37:16 +00:00

24 lines
637 B
Plaintext

--- admin/libtool.m4.in.orig Tue Jun 26 13:54:39 2001
+++ admin/libtool.m4.in Tue Jun 26 13:55:13 2001
@@ -606,19 +606,7 @@
;;
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
;;
osf3* | osf4* | osf5*)