- Always apply fltk-config patch (#199656)

- Update fltk-1.1.7-config.patch
This commit is contained in:
Thomas Fitzsimmons 2007-04-04 19:54:28 +00:00
parent 2f63c1d94e
commit d4acfb6ec2
2 changed files with 11 additions and 8 deletions

View File

@ -1,12 +1,13 @@
--- 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 @@
--- fltk-config.in.config 2007-04-04 15:31:31.000000000 -0400
+++ fltk-config.in 2007-04-04 15:31:45.000000000 -0400
@@ -52,13 +52,6 @@
# post-process command (only needed for MacOS)
POSTBUILD="@POSTBUILD@"
-# flags for C++ compiler:
-CFLAGS="@CFLAGS@"
-CXXFLAGS="@CXXFLAGS@"
-ARCHFLAGS="@ARCHFLAGS@"
-CFLAGS="@CFLAGS@ @LARGEFILE@"
-CXXFLAGS="@CXXFLAGS@ @LARGEFILE@"
-LDFLAGS="@LDFLAGS@"
-LDLIBS="@LIBS@"
-

View File

@ -5,7 +5,7 @@
Summary: C++ user interface toolkit
Name: fltk
Version: 1.1.7
Release: 8.%{snap}%{?dist}
Release: 9.%{snap}%{?dist}
License: LGPL with exceptions
Group: System Environment/Libraries
@ -72,9 +72,7 @@ Requires: %{name}-devel = %{version}-%{release}
%setup -q
%endif
%if "%{?snap:1}" != "1"
%patch1 -p1 -b .199656
%endif
%patch2 -p1 -b .test
@ -194,6 +192,10 @@ update-desktop-database >& /dev/null ||:
%changelog
* Wed Apr 4 2007 Thomas Fitzsimmons <fitzsim@redhat.com> - 1.1.7-9.r5555
- Always apply fltk-config patch (#199656)
- Update fltk-1.1.7-config.patch
* Wed Dec 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.7-8.r5555
- more 64bit hackage to workaround broken Makefile logic (#219348)