fltk is not build properly (#1048857)
This commit is contained in:
parent
23b0642d41
commit
3ebe1e2d2f
@ -9,7 +9,7 @@
|
||||
Summary: C++ user interface toolkit
|
||||
Name: fltk
|
||||
Version: 1.3.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
# see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
|
||||
License: LGPLv2+ with exceptions
|
||||
@ -127,6 +127,8 @@ sed -i.silent '\,^.SILENT:,d' makeinclude.in
|
||||
|
||||
%build
|
||||
|
||||
autoconf
|
||||
|
||||
# using --with-optim, so unset CFLAGS/CXXFLAGS
|
||||
export CFLAGS=" "
|
||||
export CXXFLAGS=" "
|
||||
@ -230,6 +232,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 16 2014 Petr Hracek <phracek@redhat.com> - 1.3.2-2
|
||||
- fltk is not build properly (#1048857)
|
||||
|
||||
* Mon Aug 26 2013 Rex Dieter <rdieter@fedoraproject.org> 1.3.2-1
|
||||
- fltk-1.3.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user