On 13 Sep 2000 09:00:50 +0200, Lars Gullik Bjønnes wrote:
>| --- po/Makefile.in.in.orig Tue Sep 12 18:57:02 2000
>| +++ po/Makefile.in.in Tue Sep 12 18:51:04 2000
>| @@ -24,6 +24,8 @@ gnulocaledir = $(prefix)/share/locale
>| gettextsrcdir = $(prefix)/share/gettext/po
>| subdir = po
>|
>| +DESTDIR =
>| +
>
>Why isn't --prefix enough for you?
>Anyway if this is a general problem with the Makefile.in.in in the
>gettext, a report should be submitted to the gettex maintainers.
I think the OpenBSD-port should only use the native catgets, because
this has been security audited and is confirmed to work. GNU gettext is
messy, has potential security leaks and doesn't fit well into the
system, IMHO. It might even jeopardize the tight overall system
security. So it should never be used on any *BSD system.
Greets,
Arnd