]> git.pld-linux.org Git - packages/boson.git/commitdiff
- make hack by mateusz@ant.gliwice.pl
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 2 Sep 2002 13:12:48 +0000 (13:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boson.spec -> 1.27

boson.spec

index f033febbaf4d417d6b2427e60afcaacafc5624c5..a0a67b59c59f37d9d356fa75f0457f049960866b 100644 (file)
@@ -9,7 +9,7 @@ Source0:        http://telia.dl.sourceforge.net/sourceforge/boson/%{name}-all-%{version
 Icon:          boson.xpm
 URL:           http://boson.sourceforge.net/
 BuildRequires: arts-devel
 Icon:          boson.xpm
 URL:           http://boson.sourceforge.net/
 BuildRequires: arts-devel
-BuildRequires: kdegames-devel
+BuildRequires: kdegames-devel >= 3.0.3
 BuildRequires: kdelibs-devel >= 3.0.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 BuildRequires: kdelibs-devel >= 3.0.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -47,7 +47,14 @@ kde_icondir=%{_pixmapsdir}; export kde_icondir
 kde_htmldir=%{_htmldir}; export kde_htmldir
 %configure \
        --with-install-root=%{buildroot}
 kde_htmldir=%{_htmldir}; export kde_htmldir
 %configure \
        --with-install-root=%{buildroot}
-%{__make} CXXFLAGS="-DQT_NO_STL"
+       
+# %{__make} Fails becuse after including many QT headers gcc is unable to find <map> :/
+mv map map.foo
+cd boson
+%{__make}
+cd ..
+mv map.foo map
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.032543 seconds and 4 git commands to generate.