diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-06-04 08:00:26 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-06-04 08:00:26 +0000 |
commit | 7fb1f9e349885c327a817ac1f2ca68618576ca97 (patch) | |
tree | dff733597fb4f4e05ea2b9768f49d60783a0b460 /net-dialup | |
parent | Patch to fix gcc 4.1 errors (#135234). (diff) | |
download | historical-7fb1f9e349885c327a817ac1f2ca68618576ca97.tar.gz historical-7fb1f9e349885c327a817ac1f2ca68618576ca97.tar.bz2 historical-7fb1f9e349885c327a817ac1f2ca68618576ca97.zip |
replace gcc-41 patch with a cleaner version
Package-Manager: portage-2.0.54-r2
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/l2tpd/Manifest | 8 | ||||
-rw-r--r-- | net-dialup/l2tpd/files/l2tpd-0.70_pre20031121-gcc41.patch | 7 |
2 files changed, 5 insertions, 10 deletions
diff --git a/net-dialup/l2tpd/Manifest b/net-dialup/l2tpd/Manifest index c2fef1dc38e8..5971988ca1bd 100644 --- a/net-dialup/l2tpd/Manifest +++ b/net-dialup/l2tpd/Manifest @@ -3,14 +3,14 @@ Hash: SHA1 MD5 e8c12f391d0bc5622b88f9894b2235b7 ChangeLog 2485 MD5 032a62f61bd560e76f0130861b79be73 files/digest-l2tpd-0.70_pre20031121 155 -MD5 b585ccb98a0e98b243e3f49335dbd380 files/l2tpd-0.70_pre20031121-gcc41.patch 687 +MD5 0578517e4aacffe7a13b53a9f2028128 files/l2tpd-0.70_pre20031121-gcc41.patch 476 MD5 650e9deed5657b0b1e9722c8316fd70d files/l2tpd-init 718 MD5 4c2ed2117f6736eda2db5fa5b5a52df7 l2tpd-0.70_pre20031121.ebuild 1203 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) -iD8DBQFEgpIhjG8pv1lIUX4RAq1pAJ4vgyMjubifw/Ap+BLLFIkVyzr7TgCdHYsS -tqrDwfDFt/qayJ1zMdFpPS8= -=YzKb +iD8DBQFEgpMujG8pv1lIUX4RAo8sAKDMBqqzCEbtEtEEwEAlm090+gSblwCgm0Ke +CEScS7vvx3vxJUUsbe6dpLo= +=lZCL -----END PGP SIGNATURE----- diff --git a/net-dialup/l2tpd/files/l2tpd-0.70_pre20031121-gcc41.patch b/net-dialup/l2tpd/files/l2tpd-0.70_pre20031121-gcc41.patch index 57840f6bf8a1..bbd0212308fd 100644 --- a/net-dialup/l2tpd/files/l2tpd-0.70_pre20031121-gcc41.patch +++ b/net-dialup/l2tpd/files/l2tpd-0.70_pre20031121-gcc41.patch @@ -1,16 +1,11 @@ diff -ur l2tpd-0.70-pre20031121.orig-orig/aaa.h l2tpd-0.70-pre20031121.orig/aaa.h --- l2tpd-0.70-pre20031121.orig-orig/aaa.h 2006-06-03 14:26:19.000000000 -0400 +++ l2tpd-0.70-pre20031121.orig/aaa.h 2006-06-03 14:27:41.000000000 -0400 -@@ -48,7 +48,7 @@ +@@ -48,7 +48,6 @@ }; extern struct lns *get_lns (struct tunnel *); -extern struct addr_ent *uaddr[]; -+static struct addr_ent *uaddr[]; extern unsigned int get_addr (struct iprange *); extern void reserve_addr (unsigned int); extern void unreserve_addr (unsigned int); -Only in l2tpd-0.70-pre20031121.orig: .aaa.h.swp -Only in l2tpd-0.70-pre20031121.orig: aaa.o -Only in l2tpd-0.70-pre20031121.orig: l2tpd -Only in l2tpd-0.70-pre20031121.orig: md5.o |