- Always apply fltk-config patch (#199656)
- Update fltk-1.1.7-config.patch
This commit is contained in:
parent
2f63c1d94e
commit
d4acfb6ec2
@ -1,12 +1,13 @@
|
|||||||
--- fltk-1.1.7/fltk-config.in.config 2005-12-07 14:13:12.000000000 -0600
|
--- fltk-config.in.config 2007-04-04 15:31:31.000000000 -0400
|
||||||
+++ fltk-1.1.7/fltk-config.in 2006-12-11 23:33:40.000000000 -0600
|
+++ fltk-config.in 2007-04-04 15:31:45.000000000 -0400
|
||||||
@@ -52,12 +52,6 @@
|
@@ -52,13 +52,6 @@
|
||||||
# post-process command (only needed for MacOS)
|
# post-process command (only needed for MacOS)
|
||||||
POSTBUILD="@POSTBUILD@"
|
POSTBUILD="@POSTBUILD@"
|
||||||
|
|
||||||
-# flags for C++ compiler:
|
-# flags for C++ compiler:
|
||||||
-CFLAGS="@CFLAGS@"
|
-ARCHFLAGS="@ARCHFLAGS@"
|
||||||
-CXXFLAGS="@CXXFLAGS@"
|
-CFLAGS="@CFLAGS@ @LARGEFILE@"
|
||||||
|
-CXXFLAGS="@CXXFLAGS@ @LARGEFILE@"
|
||||||
-LDFLAGS="@LDFLAGS@"
|
-LDFLAGS="@LDFLAGS@"
|
||||||
-LDLIBS="@LIBS@"
|
-LDLIBS="@LIBS@"
|
||||||
-
|
-
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Summary: C++ user interface toolkit
|
Summary: C++ user interface toolkit
|
||||||
Name: fltk
|
Name: fltk
|
||||||
Version: 1.1.7
|
Version: 1.1.7
|
||||||
Release: 8.%{snap}%{?dist}
|
Release: 9.%{snap}%{?dist}
|
||||||
|
|
||||||
License: LGPL with exceptions
|
License: LGPL with exceptions
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -72,9 +72,7 @@ Requires: %{name}-devel = %{version}-%{release}
|
|||||||
%setup -q
|
%setup -q
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%{?snap:1}" != "1"
|
|
||||||
%patch1 -p1 -b .199656
|
%patch1 -p1 -b .199656
|
||||||
%endif
|
|
||||||
%patch2 -p1 -b .test
|
%patch2 -p1 -b .test
|
||||||
|
|
||||||
|
|
||||||
@ -194,6 +192,10 @@ update-desktop-database >& /dev/null ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- more 64bit hackage to workaround broken Makefile logic (#219348)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user