]> git.pld-linux.org Git - packages/crossfire-client.git/commitdiff
- added dmalloc.patch (allow disabling dmalloc support)
authorArtur Frysiak <artur@frysiak.net>
Mon, 10 Mar 2003 14:03:54 +0000 (14:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- disable dmalloc support
- added errno.patch (detect errno.h and include if present)

Changed files:
    crossfire-client.spec -> 1.21

crossfire-client.spec

index ebf7edf215c7c91fbcee86d7dc991de3d29beb3e..fcd452caa09d235bba67080d0a549937fb752d75 100644 (file)
@@ -11,6 +11,8 @@ Source0:      ftp://ftp.sourceforge.net/pub/sourceforge/crossfire/%{name}-%{version}.
 Source1:       ftp://ftp.sourceforge.net/pub/sourceforge/crossfire/%{name}-sounds-%{sndver}.tar.gz
 Source2:       ftp://ftp.sourceforge.net/pub/sourceforge/crossfire/%{name}-images-%{imgver}.tar.gz
 Patch0:                %{name}-sdl.patch
+Patch1:                %{name}-dmalloc.patch
+Patch2:                %{name}-errno.patch
 URL:           http://crossfire.real-time.com/
 BuildRequires: SDL-devel
 BuildRequires: SDL_image-devel
@@ -116,6 +118,8 @@ Ten pakiet zawiera pliki wsp
 %prep
 %setup  -q -a1
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 mv -f sounds cfsounds
 %if %{?_without_images:0}%{?!_without_images:1}
 install -d images
@@ -128,6 +132,7 @@ cd ..
 %{__autoconf}
 %configure \
        --disable-alsa \
+       --disable-dmalloc \
        --with-sound-dir=%{_datadir}/%{name}/sounds
 %{__make}
 
This page took 0.091215 seconds and 4 git commands to generate.