diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-05 13:21:19 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-05 13:21:19 +0000 |
commit | fc994ba0679770bb0a364ed5d593fed8a20d0934 (patch) | |
tree | 1394b4d3d76b466208b9d84f04ba177a567db88e /net-analyzer/ethereal/files | |
parent | Some dependency fixes (Manifest recommit) (diff) | |
download | gentoo-2-fc994ba0679770bb0a364ed5d593fed8a20d0934.tar.gz gentoo-2-fc994ba0679770bb0a364ed5d593fed8a20d0934.tar.bz2 gentoo-2-fc994ba0679770bb0a364ed5d593fed8a20d0934.zip |
Changed gcc version test: gcc-fullversion -> gcc-version ; relates to #50664
Diffstat (limited to 'net-analyzer/ethereal/files')
-rw-r--r-- | net-analyzer/ethereal/files/0.10.4-gcc34.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/ethereal/files/0.10.4-gcc34.patch b/net-analyzer/ethereal/files/0.10.4-gcc34.patch new file mode 100644 index 000000000000..7f7a5d2451c2 --- /dev/null +++ b/net-analyzer/ethereal/files/0.10.4-gcc34.patch @@ -0,0 +1,11 @@ +--- epan/Makefile.in.old 2004-03-26 04:05:56.000000000 +0000 ++++ epan/Makefile.in 2004-04-23 08:59:22.353604120 +0100 +@@ -1453,7 +1453,7 @@ + CCLD = $(CC) + LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +-CFLAGS = @CFLAGS@ ++CFLAGS = @CFLAGS@ -fno-unroll-loops + DIST_SOURCES = $(libethereal_la_SOURCES) $(EXTRA_libethereal_la_SOURCES) + + RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ |