diff options
author | 2004-09-23 18:59:25 +0000 | |
---|---|---|
committer | 2004-09-23 18:59:25 +0000 | |
commit | 6c2098e4d7d5a7e93e3348190482dc8ec2c312dc (patch) | |
tree | 7a43136e0b3e7f887df66f3175c5a9ebbdf21e00 /dev-libs/xmlrpc-c/files/xmlrpc-c-gcc-3.4.patch | |
parent | make sure we delete files in $ROOT, not / (diff) | |
download | historical-6c2098e4d7d5a7e93e3348190482dc8ec2c312dc.tar.gz historical-6c2098e4d7d5a7e93e3348190482dc8ec2c312dc.tar.bz2 historical-6c2098e4d7d5a7e93e3348190482dc8ec2c312dc.zip |
Fixed gcc-3.4 compile issues
Diffstat (limited to 'dev-libs/xmlrpc-c/files/xmlrpc-c-gcc-3.4.patch')
-rw-r--r-- | dev-libs/xmlrpc-c/files/xmlrpc-c-gcc-3.4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/xmlrpc-c/files/xmlrpc-c-gcc-3.4.patch b/dev-libs/xmlrpc-c/files/xmlrpc-c-gcc-3.4.patch new file mode 100644 index 000000000000..51707d76067e --- /dev/null +++ b/dev-libs/xmlrpc-c/files/xmlrpc-c-gcc-3.4.patch @@ -0,0 +1,11 @@ +--- src/validatee.c.ori 2001-01-24 00:00:34.000000000 +0200 ++++ src/validatee.c 2004-09-17 00:27:58.667990368 +0300 +@@ -100,7 +100,7 @@ + case '&': amp++; break; + case '\'': apos++; break; + case '\"': quote++; break; +- default: ++ default:; + } + } + |