freebsd-ports/japanese/mh/files/patch-configure
Pav Lucistnik bb54399293 - Fix after objformat removal
Reported by:	pointyhat
2007-03-27 16:29:28 +00:00

17 lines
470 B
Text

--- configure.orig Thu Jun 14 18:41:51 2001
+++ configure Tue Mar 27 17:56:32 2007
@@ -1397,14 +1397,8 @@
if test "$use_sharedlib" != no
then
sharedlib=fbsd
- if test -x /usr/bin/objformat
- then
- if test x`/usr/bin/objformat` = xelf
- then
sharedlib=gnuelf
make_mhconfig='CFLAGS="-O -DMHSLIB_NOMINVER"'
- fi
- fi
echo __ELF__ | $CC -E - | grep -q __ELF__ || sharedlib=gnuelf
slflags="-fpic"
slibdir=$libdir