components/desktop/libvisual/patches/libvisual-04-locale.patch
changeset 7328 196e5438a14f
equal deleted inserted replaced
7327:9c5f2a8218bc 7328:196e5438a14f
       
     1 Workaround autoreconf removing the setting of $(GETTEXT_PACKAGE) in
       
     2 libvisual-0.4.0/po/Makefile.in.in
       
     3 
       
     4 --- libvisual-0.4.0/po/Makevars	2016-10-07 10:52:34.532032488 -0700
       
     5 +++ libvisual-0.4.0/po/Makevars	2016-10-07 10:52:48.854073483 -0700
       
     6 @@ -1,7 +1,7 @@
       
     7  # Makefile variables for PO directory in any package using GNU gettext.
       
     8  
       
     9  # Usually the message domain is the same as the package name.
       
    10 -DOMAIN = $(GETTEXT_PACKAGE)
       
    11 +DOMAIN = libvisual-0.4
       
    12  
       
    13  # These two variables depend on the location of this directory.
       
    14  subdir = po