]> git.pld-linux.org Git - packages/hyphen.git/commitdiff
- rel 2; add missing include auto/th/hyphen-2.8.7-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 2 Jul 2014 08:26:11 +0000 (10:26 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 2 Jul 2014 08:26:11 +0000 (10:26 +0200)
hyphen-includes.patch [new file with mode: 0644]
hyphen.spec

diff --git a/hyphen-includes.patch b/hyphen-includes.patch
new file mode 100644 (file)
index 0000000..b92232a
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./hyphen.h.orig    2013-03-18 11:49:03.000000000 +0100
++++ ./hyphen.h 2014-06-30 09:22:00.804214782 +0200
+@@ -55,6 +55,8 @@
+ extern "C" {
+ #endif /* __cplusplus */
++#include <stdio.h>
++
+ typedef struct _HyphenDict HyphenDict;
+ typedef struct _HyphenState HyphenState;
+ typedef struct _HyphenTrans HyphenTrans;
index 449323fe431a977858ab43d094637936d050dbde..1a618fba9c656a334ec9fb39aeae9edb4a6fded1 100644 (file)
@@ -2,11 +2,12 @@ Summary:      Hyphenation library to use converted TeX hyphenation patterns
 Summary(pl.UTF-8):     Biblioteka przenoszenia słów używająca przekonwertowanych wzorców TeXa
 Name:          hyphen
 Version:       2.8.7
-Release:       1
+Release:       2
 License:       GPL v2+ or LGPL v2.1+ or MPL 1.1+
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/hunspell/%{name}-%{version}.tar.gz
 # Source0-md5: ecaf645cb09bd7b6ad0497b8a91fbd22
+Patch0:                %{name}-includes.patch
 URL:           http://lingucomponent.openoffice.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -45,6 +46,7 @@ Statyczna biblioteka hyphen.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
This page took 0.087672 seconds and 4 git commands to generate.