blob: 41bb46efbe1a918e13c5014c5691df121355e065 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-po_Makevars,v 1.1 2021/10/21 16:11:11 jperkin Exp $
Hardcode DOMAIN as it's not being set correctly.
--- po/Makevars.orig 2011-12-11 18:47:13.000000000 +0000
+++ po/Makevars
@@ -1,7 +1,7 @@
# Makefile variables for PO directory in any package using GNU gettext.
# Usually the message domain is the same as the package name.
-DOMAIN = $(GETTEXT_PACKAGE)
+DOMAIN = gst-plugins-base-0.10
# These two variables depend on the location of this directory.
subdir = po
|