]> git.pld-linux.org Git - packages/gnome-chess.git/commitdiff
- gnome-chess-libintl.patch: fix autoconf macros
authorqrczak <qrczak@pld-linux.org>
Sun, 25 Nov 2001 11:52:15 +0000 (11:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-chess-libintl.patch -> 1.1
    gnome-chess.spec -> 1.13

gnome-chess-libintl.patch [new file with mode: 0644]
gnome-chess.spec

diff --git a/gnome-chess-libintl.patch b/gnome-chess-libintl.patch
new file mode 100644 (file)
index 0000000..d6a8782
--- /dev/null
@@ -0,0 +1,18 @@
+--- gnome-chess-0.2.4/aclocal.m4~      Sun Nov  7 01:57:12 1999
++++ gnome-chess-0.2.4/aclocal.m4       Sun Nov 25 11:11:33 2001
+@@ -104,6 +104,7 @@
+     AC_MSG_RESULT($USE_NLS)
+     AC_SUBST(USE_NLS)
++    BUILD_INCLUDED_LIBINTL=no
+     USE_INCLUDED_LIBINTL=no
+     dnl If we use NLS figure out what method
+@@ -260,6 +261,7 @@
+     done
+     dnl Make all variables we use known to autoconf.
++    AC_SUBST(BUILD_INCLUDED_LIBINTL)
+     AC_SUBST(USE_INCLUDED_LIBINTL)
+     AC_SUBST(CATALOGS)
+     AC_SUBST(CATOBJEXT)
index 58f22f477a9edeb32cda3d06e6addf48ed254921..c5b10e7563557990e9142e64be6712c9a716559b 100644 (file)
@@ -8,6 +8,7 @@ Group:          X11/Applications
 Group(de):     X11/Applikationen
 Group(pl):     X11/Aplikacje
 Source0:       ftp://ftp.gnome.org/pub/gnome-chess/%{name}-%{version}.tar.gz
+Patch0:                %{name}-libintl.patch
 Icon:          gnome-chess.gif
 BuildRequires: gettext-devel
 BuildRequires: gnome-libs-devel
@@ -29,9 +30,11 @@ GNOME Chess jest cz
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 gettextize --copy --force
+autoconf
 %configure
 %{__make}
 
This page took 0.121163 seconds and 4 git commands to generate.