diff --git a/fltk-1.1.7-config.patch b/fltk-1.1.7-config.patch new file mode 100644 index 0000000..cc1132e --- /dev/null +++ b/fltk-1.1.7-config.patch @@ -0,0 +1,15 @@ +--- fltk-1.1.7/fltk-config.in.config 2005-12-07 14:13:12.000000000 -0600 ++++ fltk-1.1.7/fltk-config.in 2006-12-11 23:33:40.000000000 -0600 +@@ -52,12 +52,6 @@ + # post-process command (only needed for MacOS) + POSTBUILD="@POSTBUILD@" + +-# flags for C++ compiler: +-CFLAGS="@CFLAGS@" +-CXXFLAGS="@CXXFLAGS@" +-LDFLAGS="@LDFLAGS@" +-LDLIBS="@LIBS@" +- + # Check for local invocation, and update paths accordingly... + if test -f "$selfdir/FL/Fl_Window.H"; then + bindir="$selfdir/fluid" diff --git a/fltk.spec b/fltk.spec index 54dea8f..7bd6beb 100644 --- a/fltk.spec +++ b/fltk.spec @@ -2,7 +2,7 @@ Summary: C++ user interface toolkit Name: fltk Version: 1.1.7 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPL with exceptions Group: System Environment/Libraries @@ -161,7 +161,7 @@ update-desktop-database >& /dev/null ||: %changelog -* Mon Dec 11 2006 Rex Dieter 1.1.7-4 +* Mon Dec 11 2006 Rex Dieter 1.1.7-5 - use included icon/.desktop files - fix up fltk-config (#199656)