]> git.pld-linux.org Git - packages/xevil.git/commitdiff
- fixed build on amd64, release 2 AC-branch AC-STABLE auto/ac/xevil-2_02r2-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Aug 2004 22:28:32 +0000 (22:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xevil.spec -> 1.23

xevil.spec

index dcd86cb836ee6950b228006db82719762bd6cdb9..c2e935997b6e2bb64815f6758e36795c45740647 100644 (file)
@@ -10,7 +10,7 @@ Summary(sk):  R
 Summary(tr):   Hýzlý ve þiddet yüklü bir X oyunu
 Name:          xevil
 Version:       2.02r2
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Games
 Source0:       http://www.xevil.com/download/stable/%{name}src%{version}.zip
@@ -23,6 +23,7 @@ Patch2:               %{name}-const_float.patch
 URL:           http://www.xevil.com/
 BuildRequires: XFree86-devel >= 4.0
 BuildRequires: libstdc++-devel
+BuildRequires: sed >= 4.0
 BuildRequires: unzip
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -80,6 +81,8 @@ cat > cmn/strstream.h <<EOF
 using namespace std;
 EOF
 
+sed -i -e 's@-L/usr/X11R6/lib@-L/usr/X11R6/%{_lib}@' config.mk
+
 %build
 %{__make} \
        HOSTTYPE=i386 \
This page took 0.066849 seconds and 4 git commands to generate.