]> git.pld-linux.org Git - packages/bbkeys.git/commitdiff
- as same as in bbpager pass CXX="%%{__cc}" to make parameters, bbkeys-0_3_6-1
authorkloczek <kloczek@pld-linux.org>
Sun, 15 Jul 2001 11:24:12 +0000 (11:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- replace libstdc++-devel by XFree86-devel in BuildRequires rules.

Changed files:
    bbkeys.spec -> 1.3

bbkeys.spec

index 40ede48131b3656e13d15a9458a06ed409d6418b..716119fbb686c93c8a70107eac5e5cefb08ce0e2 100644 (file)
@@ -10,7 +10,7 @@ Source0:      http://movingparts.thelinuxcommunity.org/bbkeys/%{name}-%{version}.tar.
 URL:           http://movingparts.net/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: libstdc++-devel
+BuildRequires: XFree86-devel
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -31,7 +31,7 @@ autoconf
 automake -a -c
 %configure
 %build
-%{__make}
+%{__make} CXX="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.081209 seconds and 4 git commands to generate.