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