diff options
author | 2004-07-20 02:45:13 +0000 | |
---|---|---|
committer | 2004-07-20 02:45:13 +0000 | |
commit | 4c0041d8663a785b9e62584f642fc8e05cf1380d (patch) | |
tree | 21186249bd05ce70433ddf428b7495b53af9bbfc /net-firewall/ebtables/files | |
parent | Initial import for app-sci/embassy-meme (Manifest recommit) (diff) | |
download | gentoo-2-4c0041d8663a785b9e62584f642fc8e05cf1380d.tar.gz gentoo-2-4c0041d8663a785b9e62584f642fc8e05cf1380d.tar.bz2 gentoo-2-4c0041d8663a785b9e62584f642fc8e05cf1380d.zip |
added 'inherit eutils', fixed compiling with gcc 3.4, and added ~amd64 keyword
Diffstat (limited to 'net-firewall/ebtables/files')
-rw-r--r-- | net-firewall/ebtables/files/ebtables-2.0.6-gcc34.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-firewall/ebtables/files/ebtables-2.0.6-gcc34.patch b/net-firewall/ebtables/files/ebtables-2.0.6-gcc34.patch new file mode 100644 index 000000000000..33ff9a4e0b03 --- /dev/null +++ b/net-firewall/ebtables/files/ebtables-2.0.6-gcc34.patch @@ -0,0 +1,11 @@ +--- ebtables-v2.0.6.old/ebtables.c 2004-07-19 22:38:16.955817128 -0400 ++++ ebtables-v2.0.6/ebtables.c 2004-07-19 22:38:55.241996744 -0400 +@@ -1170,7 +1170,7 @@ + if (!t->compare(t->t, u_e->t)) + continue; + return i; +-letscontinue: ++letscontinue:; + } + return -1; + } |