]> git.pld-linux.org Git - packages/blackbox.git/commitdiff
- proper definition of CXX variable (__cc doesn't always work, eg. for gcc3)
authorfilon <filon@sokrates.mimuw.edu.pl>
Wed, 6 Feb 2002 23:11:18 +0000 (23:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    blackbox.spec -> 1.52

blackbox.spec

index 773143c4d3d1f7b5b6f722a689c6aca8c7b356c4..45570302cb041bdae77e3bd8b09747d41baf8024 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Very small and fast window manger for the X Window
 Summary(pl):   Ma³y i szybki menad¿er okien dla X Window
 Name:          blackbox
 Version:       0.62.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Window Managers
 Group(de):     X11/Fenstermanager
@@ -47,7 +47,7 @@ aclocal
 autoconf
 automake -a -c
 %configure
-%{__make} CXX="%{__cc}"
+%{__make} CXX=%{?__cxx:"%{__cxx}"}%{!?__cxx:"g++"}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.056344 seconds and 4 git commands to generate.