]> git.pld-linux.org Git - packages/balloonchase.git/commitdiff
- added -Makefile patch (pass CXX and CFLAGS)
authordarekr <darekr@pld-linux.org>
Thu, 24 Aug 2006 21:22:17 +0000 (21:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    balloonchase.spec -> 1.11

balloonchase.spec

index b43a7cd15b38c2fa60e3f666cad94573a9dd2c67..072c00574a4b4d9a6d74033bb19ab65f16cc9a6d 100644 (file)
@@ -8,6 +8,7 @@ Group:          X11/Applications/Games
 Source0:       http://koti.mbnet.fi/makegho/c/bchase/%{name}-%{version}.tar.bz2
 # Source0-md5: ed386a8e30f90ad13dd404f219e4332b
 URL:           http://koti.mbnet.fi/makegho/c/bchase/
+Patch0:                %{name}-Makefile.patch
 BuildRequires: SDL_image-devel >= 1.2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -22,9 +23,12 @@ powietrzem, pr
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%{__make}
+%{__make} \
+       CXX="%{__cxx}" \
+       CFLAGS="%{rpmcxxflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.031951 seconds and 4 git commands to generate.