- Fix Factory build, add patches from Fedora: libunicap-0.9.12-gcc10.patch, libunicap-0.9.12-arraycmp.patch, libunicap-0.9.12-datadirname.patch, libunicap-bz641623.patch and libunicap-0.9.12-memerrs.patch OBS-URL: https://build.opensuse.org/request/show/811707 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libunicap?expand=0&rev=21
15 lines
570 B
Diff
15 lines
570 B
Diff
Patch by Robert Scheck <robert@fedoraproject.org> for libunicap <= 0.9.12 to work around
|
|
the issue of /usr/@DATADIRNAME@/locale/ rather /usr/share/locale/ on Fedora 22 (and newer).
|
|
|
|
--- libunicap-0.9.12/po/Makefile.in.in 2009-09-21 18:08:22.000000000 +0200
|
|
+++ libunicap-0.9.12/po/Makefile.in.in.datadirname 2015-05-31 21:44:58.000000000 +0200
|
|
@@ -33,7 +33,7 @@
|
|
datadir = @datadir@
|
|
datarootdir = @datarootdir@
|
|
libdir = @libdir@
|
|
-DATADIRNAME = @DATADIRNAME@
|
|
+DATADIRNAME = share
|
|
itlocaledir = $(prefix)/$(DATADIRNAME)/locale
|
|
subdir = po
|
|
install_sh = @install_sh@
|