diff options
Diffstat (limited to 'japanese/mh/patches/patch-aq')
-rw-r--r-- | japanese/mh/patches/patch-aq | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/mh/patches/patch-aq b/japanese/mh/patches/patch-aq new file mode 100644 index 00000000000..d522796bee7 --- /dev/null +++ b/japanese/mh/patches/patch-aq @@ -0,0 +1,13 @@ +$NetBSD: patch-aq,v 1.1 1999/11/01 10:23:46 sakamoto Exp $ + +--- ./configure.orig Fri Oct 1 23:01:45 1999 ++++ ./configure Mon Nov 1 19:08:09 1999 +@@ -1386,4 +1386,8 @@ + fi + fi ++ if test "$OBJECT_FMT" = ELF ++ then ++ sharedlib=gnuelf ++ fi + slflags="-fpic" + slibdir=$libdir |