diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2004-08-15 21:36:40 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2004-08-15 21:36:40 +0000 |
commit | 3c6e5cceb3f36acad1396cc9ea45e8b75e323c22 (patch) | |
tree | d6c2c825b8a1f4198b6cb8c9688aa032472b3a7e /net-analyzer/ethereal/files | |
parent | Added ~sparc keyword wrt bug #59871. (Manifest recommit) (diff) | |
download | gentoo-2-3c6e5cceb3f36acad1396cc9ea45e8b75e323c22.tar.gz gentoo-2-3c6e5cceb3f36acad1396cc9ea45e8b75e323c22.tar.bz2 gentoo-2-3c6e5cceb3f36acad1396cc9ea45e8b75e323c22.zip |
GCC 3.4 patch rediffed as it failed to apply.
Diffstat (limited to 'net-analyzer/ethereal/files')
-rw-r--r-- | net-analyzer/ethereal/files/0.10.6-gcc34.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/ethereal/files/0.10.6-gcc34.patch b/net-analyzer/ethereal/files/0.10.6-gcc34.patch new file mode 100644 index 000000000000..98d36f6b5e6a --- /dev/null +++ b/net-analyzer/ethereal/files/0.10.6-gcc34.patch @@ -0,0 +1,11 @@ +--- epan/Makefile.in.orig 2004-08-15 22:19:14.269149976 +0100 ++++ epan/Makefile.in 2004-08-15 22:19:45.511400432 +0100 +@@ -510,7 +510,7 @@ + LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ + $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) + CCLD = $(CC) +-LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ ++LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) -fno-unroll-loops \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ + DIST_SOURCES = $(libethereal_la_SOURCES) $(EXTRA_libethereal_la_SOURCES) + |