diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-17 12:24:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-17 12:26:54 +0000 |
commit | 9093b7889fcd40b4124c1c77c85d9db3d0688716 (patch) | |
tree | 3ad21712b102647570c9c3d779cc7bea356a0114 /main/gnumeric/unbreak-build-by-skipping-cs.patch | |
parent | 8d7fd98d2c72470b0fb94293148a01ad1a6ef3bc (diff) | |
download | aports-9093b7889fcd40b4124c1c77c85d9db3d0688716.tar.bz2 aports-9093b7889fcd40b4124c1c77c85d9db3d0688716.tar.xz |
main/gnumeric: hack to workaround build error in doc
we simply skip the cs translation for now.
fixes the build error:
'ascii' codec can't decode byte 0xc2 in position 97: ordinal not in
range(128)
It looks like OpenBSD has similar error:
http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/math/gnumeric/patches/patch-doc_Makefile_in?rev=1.4&content-type=text/x-cvsweb-markup&sortby=rev
Diffstat (limited to 'main/gnumeric/unbreak-build-by-skipping-cs.patch')
-rw-r--r-- | main/gnumeric/unbreak-build-by-skipping-cs.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/gnumeric/unbreak-build-by-skipping-cs.patch b/main/gnumeric/unbreak-build-by-skipping-cs.patch new file mode 100644 index 0000000000..a415d7004d --- /dev/null +++ b/main/gnumeric/unbreak-build-by-skipping-cs.patch @@ -0,0 +1,13 @@ +diff --git a/doc/Makefile.am b/doc/Makefile.am +index 4705b58..fe0abae 100644 +--- a/doc/Makefile.am ++++ b/doc/Makefile.am +@@ -8,7 +8,7 @@ DISTCLEANFILES= + @YELP_HELP_RULES@ + + HELP_ID=gnumeric +-HELP_LINGUAS=cs de es ++HELP_LINGUAS=de es + HELP_FILES=gnumeric.xml + + HELP_EXTRA= \ |