]> git.pld-linux.org Git - packages/at-spi.git/commitdiff
- removed self require during build GNOME_2_2
authoraflinta <aflinta@pld-linux.org>
Fri, 28 Mar 2003 08:22:31 +0000 (08:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    at-spi-libs.patch -> 1.1
    at-spi.spec -> 1.20

at-spi-libs.patch [new file with mode: 0644]
at-spi.spec

diff --git a/at-spi-libs.patch b/at-spi-libs.patch
new file mode 100644 (file)
index 0000000..910c84a
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN at-spi-1.1.9.orig/configure.in at-spi-1.1.9/configure.in
+--- at-spi-1.1.9.orig/configure.in     Fri Mar 28 09:16:49 2003
++++ at-spi-1.1.9/configure.in  Fri Mar 28 09:17:09 2003
+@@ -128,7 +128,7 @@
+ PKG_CHECK_MODULES(ATK_BRIDGE, \
+       libbonobo-2.0 >= 1.107.0 \
+       atk >= 1.1.0)
+-ATK_BRIDGE_LIBS="$ATK_BRIDGE_LIBS -lspi" 
++ATK_BRIDGE_LIBS="$ATK_BRIDGE_LIBS" 
+ AC_SUBST(ATK_BRIDGE_LIBS)
+ AC_SUBST(ATK_BRIDGE_CFLAGS)
index d604fbfd8340ae3c9868e64c1a615eecac455b07..289b892f6ddf8655fb6aaaa2f629f70597f996af 100644 (file)
@@ -7,6 +7,7 @@ License:        LGPL
 Group:         X11/Libraries
 Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/1.1/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-am.patch
+Patch1:                %{name}-libs.patch
 URL:           http://developer.gnome.org/projects/gap/
 BuildRequires: atk-devel >= 1.1.5
 BuildRequires: gail-devel >= 1.1.5
@@ -61,6 +62,7 @@ Statyczna biblioteka at-spi.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
This page took 0.075325 seconds and 4 git commands to generate.