From 66eeb3ab6af349c20b9f34cbe92999a52cc98cda Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Jul 26 2006 16:06:17 +0000 Subject: [tw] - setting the X11 lib and include paths hard to get shared X11 support on all architectures --- diff --git a/SDL.spec b/SDL.spec index ae28559..ffd744f 100644 --- a/SDL.spec +++ b/SDL.spec @@ -1,7 +1,7 @@ Summary: A cross-platform multimedia library. Name: SDL Version: 1.2.10 -Release: 6.1 +Release: 6.2 Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz Patch0: SDL-1.2.10-byteorder.patch Patch17: SDL-1.2.10-libdir.patch @@ -62,7 +62,8 @@ CFLAGS="$RPM_OPT_FLAGS -O3" CXXFLAGS="$RPM_OPT_FLAGS -O3" \ --enable-arts-shared \ --enable-esd-shared \ --enable-alsa \ - --disable-rpath + --disable-rpath \ + --x-includes=/usr/include --x-libraries=/usr/%{_lib} export tagname=CC make %{?_smp_mflags} @@ -99,6 +100,10 @@ rm -rf %{buildroot} %{_mandir}/man3/SDL*.3* %changelog +* Wed Jul 26 2006 Thomas Woerner 1.2.10-6.2 +- setting the X11 lib and include paths hard to get shared X11 support on all + architectures + * Wed Jul 26 2006 Thomas Woerner 1.2.10-6.1 - added build requires for automake and autoconf