/[pkgs]/devel/CodeAnalyst-gui/ca-fix-basename.patch
ViewVC logotype

Contents of /devel/CodeAnalyst-gui/ca-fix-basename.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Mon Jul 20 18:25:23 2009 UTC (4 months ago) by suravee
Branch: MAIN
CVS Tags: F-12-split, CodeAnalyst-gui-2_8_54-17_fc12, CodeAnalyst-gui-2_8_54-18_fc12, CodeAnalyst-gui-2_8_54-19_fc12, CodeAnalyst-gui-2_8_54-20_fc13, HEAD
File MIME type: text/x-patch
- Bump revision number
- Add patch to fix basename issue when building on newer gcc
- Add patch to fix IBS feature checking in OProfile-0.9.5
- Add patch to force using -lbfd
1 --- CodeAnalyst-gui-2.8.54/configure.ac 2009-07-06 15:27:20.000000000 -0500
2 +++ CodeAnalyst-gui-2.8.54-fix-basename/configure.ac 2009-07-17 16:43:50.905147989 -0500
3 @@ -35,6 +35,9 @@ AC_PREREQ(2.13)
4 #Initialize Libtool
5 AM_PROG_LIBTOOL
6
7 +# Fix issue with basename in gcc-4.4
8 +AC_CHECK_DECLS([basename], [], [], [[#include <libgen.h>]])
9 +
10 AM_INIT_AUTOMAKE
11
12 #Default installation directory

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2