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 | 89d5d17524158bd85d546831cd6b4b0a800ff8cd (patch) | |
tree | eea26bb4b26bf75267e042aff69a4ed0e642b8fd /net-dialup | |
parent | Patch to fix gcc 4.1 errors (#135234). (diff) | |
download | gentoo-2-89d5d17524158bd85d546831cd6b4b0a800ff8cd.tar.gz gentoo-2-89d5d17524158bd85d546831cd6b4b0a800ff8cd.tar.bz2 gentoo-2-89d5d17524158bd85d546831cd6b4b0a800ff8cd.zip |
replace gcc-41 patch with a cleaner version
(Portage version: 2.0.54-r2)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/l2tpd/Manifest | 12 | ||||
-rw-r--r-- | net-dialup/l2tpd/files/l2tpd-0.70_pre20031121-gcc41.patch | 7 |
2 files changed, 2 insertions, 17 deletions
diff --git a/net-dialup/l2tpd/Manifest b/net-dialup/l2tpd/Manifest index c2fef1dc38e8..5359fab71d1e 100644 --- a/net-dialup/l2tpd/Manifest +++ b/net-dialup/l2tpd/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -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 ------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 |