summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2004-08-15 21:47:40 +0000
committerTony Vroon <chainsaw@gentoo.org>2004-08-15 21:47:40 +0000
commita96ffcf8740ddb1c9cf15c4f88ff834ffab5b69f (patch)
tree2ce9e00e1e86a52d11a2105c47636f6b7a9b2cdf /net-analyzer/ethereal
parentGCC 3.4 patch rediffed as it failed to apply. (diff)
downloadhistorical-a96ffcf8740ddb1c9cf15c4f88ff834ffab5b69f.tar.gz
historical-a96ffcf8740ddb1c9cf15c4f88ff834ffab5b69f.tar.bz2
historical-a96ffcf8740ddb1c9cf15c4f88ff834ffab5b69f.zip
Redo botched patch. Thinko, happened to compile properly because I use -O2.
Diffstat (limited to 'net-analyzer/ethereal')
-rw-r--r--net-analyzer/ethereal/Manifest2
-rw-r--r--net-analyzer/ethereal/files/0.10.6-gcc34.patch22
2 files changed, 12 insertions, 12 deletions
diff --git a/net-analyzer/ethereal/Manifest b/net-analyzer/ethereal/Manifest
index dd3f542ff77b..47a630f72906 100644
--- a/net-analyzer/ethereal/Manifest
+++ b/net-analyzer/ethereal/Manifest
@@ -3,7 +3,7 @@ MD5 bc9b5cb351d27339a0aa0814965cb278 ethereal-0.10.6.ebuild 2590
MD5 a5cae9d759aa69bcb3dd6c466c5e63a4 ChangeLog 11470
MD5 bb9946fe6df0695a2376909c6e3cbd2d ethereal-0.10.5-r1.ebuild 2595
MD5 17a9be2cf8cb9f24e7e5b398392483b4 metadata.xml 224
-MD5 9bf41edc43f7b69bdeb9dccd8f957036 files/0.10.6-gcc34.patch 547
+MD5 1875318b9daa28a1a0007c8244809037 files/0.10.6-gcc34.patch 303
MD5 5a73274ec255373b4e618388cd057275 files/0.10.3-gcc34.patch 458
MD5 5a73274ec255373b4e618388cd057275 files/0.10.4-gcc34.patch 458
MD5 56d5feedd5047dd2b7bcd4c9295addef files/digest-ethereal-0.10.5-r1 69
diff --git a/net-analyzer/ethereal/files/0.10.6-gcc34.patch b/net-analyzer/ethereal/files/0.10.6-gcc34.patch
index 98d36f6b5e6a..c198202cd25f 100644
--- a/net-analyzer/ethereal/files/0.10.6-gcc34.patch
+++ b/net-analyzer/ethereal/files/0.10.6-gcc34.patch
@@ -1,11 +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)
-
+--- epan/Makefile.in.orig 2004-08-15 22:41:56.667034016 +0100
++++ epan/Makefile.in 2004-08-15 22:42:42.952997480 +0100
+@@ -96,7 +96,7 @@
+ AWK = @AWK@
+ CC = @CC@
+ CCDEPMODE = @CCDEPMODE@
+-CFLAGS = @CFLAGS@
++CFLAGS = @CFLAGS@ -fno-unroll-loops
+ CPP = @CPP@
+ CPPFLAGS = @CPPFLAGS@
+ CYGPATH_W = @CYGPATH_W@