openbsd-ports/graphics/gqview/patches/patch-configure
brad 0d85a13b88 upgrade to gqview 1.4.0
ok MAINTAINER
2004-02-25 21:33:53 +00:00

27 lines
681 B
Plaintext

$OpenBSD: patch-configure,v 1.9 2004/02/25 21:33:53 brad Exp $
--- configure.orig 2004-02-20 18:23:28.000000000 -0500
+++ configure 2004-02-24 15:53:12.000000000 -0500
@@ -5929,7 +5929,7 @@ fi
fi
cat >>confdefs.h <<_ACEOF
-#define GQVIEW_HELPDIR "$prefix/share/gqview"
+#define GQVIEW_HELPDIR "$prefix/share/doc/gqview"
_ACEOF
@@ -9223,12 +9223,11 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <libintl.h>
extern int _nl_msg_cat_cntr;
-extern int *_nl_domain_bindings;
int
main ()
{
bindtextdomain ("", "");
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
+return (int) gettext ("") + _nl_msg_cat_cntr
;
return 0;
}