diff options
author | krion <krion@FreeBSD.org> | 2004-08-23 22:47:12 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-23 22:47:12 +0800 |
commit | 4d6593fbf006b994b8dcc3e4cf2c259bdd66a5ba (patch) | |
tree | 91ee6e84ccd958bafa56d02004e9868a07855cef /net | |
parent | 47eb9113c62461044a7324cc4a8103e84b8d446f (diff) | |
download | freebsd-ports-gnome-4d6593fbf006b994b8dcc3e4cf2c259bdd66a5ba.tar.gz freebsd-ports-gnome-4d6593fbf006b994b8dcc3e4cf2c259bdd66a5ba.tar.zst freebsd-ports-gnome-4d6593fbf006b994b8dcc3e4cf2c259bdd66a5ba.zip |
Fix build with gcc-3.4
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-RawIP/files/patch-RawIP.xs | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/p5-Net-RawIP/files/patch-RawIP.xs b/net/p5-Net-RawIP/files/patch-RawIP.xs new file mode 100644 index 000000000000..a8e676e2814b --- /dev/null +++ b/net/p5-Net-RawIP/files/patch-RawIP.xs @@ -0,0 +1,23 @@ + +$FreeBSD$ + +--- RawIP.xs.orig Mon Aug 23 16:38:46 2004 ++++ RawIP.xs Mon Aug 23 16:39:04 2004 +@@ -440,7 +440,7 @@ + sv_catpvn(ip_opts,SvPV(*av_fetch(opts,i+2,0),l), + SvCUR(*av_fetch(opts,i+2,0))); + break; +- default: ++ default: break; + } + } + c = 0; +@@ -539,7 +539,7 @@ + sv_catpvn(ip_opts,SvPV(*av_fetch(opts,i+2,0),l), + SvCUR(*av_fetch(opts,i+2,0))); + break; +- default: ++ default: break; + } + } + c = 0; |