aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/mh
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-03-28 00:29:28 +0800
committerpav <pav@FreeBSD.org>2007-03-28 00:29:28 +0800
commit21e7f521fd90d37034ba48079e854010a328a12a (patch)
tree954fa159f7f4e7466aacfe067bd9741be01e29f8 /japanese/mh
parentf63a83d8efd933954d91b97c896ffc58ced13577 (diff)
downloadfreebsd-ports-gnome-21e7f521fd90d37034ba48079e854010a328a12a.tar.gz
freebsd-ports-gnome-21e7f521fd90d37034ba48079e854010a328a12a.tar.zst
freebsd-ports-gnome-21e7f521fd90d37034ba48079e854010a328a12a.zip
- Fix after objformat removal
Reported by: pointyhat
Diffstat (limited to 'japanese/mh')
-rw-r--r--japanese/mh/files/patch-configure17
1 files changed, 17 insertions, 0 deletions
diff --git a/japanese/mh/files/patch-configure b/japanese/mh/files/patch-configure
new file mode 100644
index 000000000000..0131d853ffae
--- /dev/null
+++ b/japanese/mh/files/patch-configure
@@ -0,0 +1,17 @@
+--- 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