include patch

This commit is contained in:
Rex Dieter 2006-12-12 06:05:54 +00:00
parent 8b639fa0d4
commit 4641b5f160
2 changed files with 17 additions and 2 deletions

15
fltk-1.1.7-config.patch Normal file
View File

@ -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"

View File

@ -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 <rexdieter[AT]users.sf.net> 1.1.7-4
* Mon Dec 11 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.7-5
- use included icon/.desktop files
- fix up fltk-config (#199656)