]> git.pld-linux.org Git - packages/libxklavier.git/commitdiff
- libxklavier-warnings.patch: removed -Werror because there are
authorqrczak <qrczak@pld-linux.org>
Fri, 29 Apr 2005 16:07:12 +0000 (16:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  warnings (about char signedness, because of libxml)
- Release 2

Changed files:
    libxklavier-warnings.patch -> 1.1
    libxklavier.spec -> 1.21

libxklavier-warnings.patch [new file with mode: 0644]
libxklavier.spec

diff --git a/libxklavier-warnings.patch b/libxklavier-warnings.patch
new file mode 100644 (file)
index 0000000..7a81ba2
--- /dev/null
@@ -0,0 +1,11 @@
+--- libxklavier-2.0/libxklavier/Makefile.am~   2004-11-25 23:49:29.000000000 +0100
++++ libxklavier-2.0/libxklavier/Makefile.am    2005-04-29 17:15:24.043794985 +0200
+@@ -14,7 +14,7 @@
+   ENABLE_XMM_SUPPORT_CFLAG = -DDISABLE_XMM_SUPPORT=1
+ endif
+-AM_CFLAGS=-Wall -Werror -DDATA_DIR=\"$(datadir)/$(PACKAGE)\" \
++AM_CFLAGS=-Wall -DDATA_DIR=\"$(datadir)/$(PACKAGE)\" \
+   -I. -I$(includedir) $(XML_CFLAGS) -I$(x_includes) -I$(top_srcdir) \
+   $(XKB_HEADERS_PRESENT_CFLAG) \
+   $(ENABLE_XKB_SUPPORT_CFLAG) \
index c097be44fc744f815f4fc4048e8cc289f46b629e..3db5381250cdb3a1e5500238784030d402b257af 100644 (file)
@@ -2,11 +2,12 @@ Summary:      libXklavier library
 Summary(pl):   Biblioteka libXklavier
 Name:          libxklavier
 Version:       2.0
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/gswitchit/%{name}-%{version}.tar.gz
 # Source0-md5: 9257653ee3d194d9c8d669e969fe4332
+Patch0:                %{name}-warnings.patch
 URL:           http://www.freedesktop.org/Software/LibXklavier
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
@@ -51,6 +52,7 @@ Statyczna wersja biblioteki libxklavier.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.031372 seconds and 4 git commands to generate.