aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-08-23 22:47:12 +0800
committerkrion <krion@FreeBSD.org>2004-08-23 22:47:12 +0800
commit4d6593fbf006b994b8dcc3e4cf2c259bdd66a5ba (patch)
tree91ee6e84ccd958bafa56d02004e9868a07855cef /net
parent47eb9113c62461044a7324cc4a8103e84b8d446f (diff)
downloadfreebsd-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.xs23
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;