Correct typo in glib-gettext.m4

ok landry@ aja@ (maintainer)
This commit is contained in:
nigel 2011-10-04 09:37:09 +00:00
parent 998b9ba7a7
commit e279341c39
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.136 2011/10/03 06:40:28 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.137 2011/10/04 09:37:09 nigel Exp $
COMMENT-main= general-purpose utility library
COMMENT-docs= glib2 documentation
@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.xz
PKGNAME-main= glib2-${VERSION}
PKGNAME-docs= glib2-docs-${VERSION}
REVISION-main= 0
REVISION-main= 1
CATEGORIES= devel

View File

@ -1,16 +1,17 @@
$OpenBSD: patch-m4macros_glib-gettext_m4,v 1.1 2011/10/03 06:40:28 ajacoutot Exp $
$OpenBSD: patch-m4macros_glib-gettext_m4,v 1.2 2011/10/04 09:37:09 nigel Exp $
https://bugzilla.gnome.org/show_bug.cgi?id=660675
--- m4macros/glib-gettext.m4.orig Sun Oct 2 08:43:44 2011
+++ m4macros/glib-gettext.m4 Sat Oct 1 16:03:29 2011
@@ -239,6 +239,9 @@ msgstr ""
@@ -239,6 +239,10 @@ msgstr ""
[CATOBJEXT=.mo
DATADIRNAME=lib])
;;
+ *-*-openbsd*)
+ CATOBJEXT=.mo
+ DATADIRNAME=share
+ ;;
*)
CATOBJEXT=.mo
DATADIRNAME=lib