summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorareq2004-02-22 22:49:36 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit30c6ecb7c3ba21ac7d9416545a053f3212ecdb60 (patch)
tree0b56bb4cedc8648d7503d766310bb80db81a8a68
parent596ca304c818e196178badb5134fd441fc68e786 (diff)
downloadsmartsuite-30c6ecb7c3ba21ac7d9416545a053f3212ecdb60.zip
smartsuite-30c6ecb7c3ba21ac7d9416545a053f3212ecdb60.tar.gz
- add u8.patch (typedef unsigned char u8;)
Changed files: smartsuite.spec -> 1.12
-rw-r--r--smartsuite.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/smartsuite.spec b/smartsuite.spec
index 97892b1..f2ae2df 100644
--- a/smartsuite.spec
+++ b/smartsuite.spec
@@ -9,6 +9,7 @@ Group: Applications/System
Source0: http://dl.sourceforge.net/smartsuite/%{name}-%{version}.tar.gz
# Source0-md5: f793fa1ed6419090af1c8e45cc052805
Source1: %{name}.init
+Patch0: %{name}-u8.patch
URL: http://csl.cse.ucsc.edu/smart.shtml
PreReq: rc-scripts
Requires(post,preun): /sbin/chkconfig
@@ -40,6 +41,7 @@ e prever falhas no equipamento.
%prep
%setup -q
+%patch0 -p1
%build
%{__make} CC="%{__cc}" CFLAGS="%{rpmcflags} -fsigned-char -DLINUX"