summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-01-07 12:14:01 +0000
committerPacho Ramos <pacho@gentoo.org>2015-01-07 12:14:01 +0000
commit3f03a338a4fdc0d98f8e17622f95f7497080fab3 (patch)
tree61d39d50031cb7cf8c0505f53e4bd437fdbbe5cc /net-dialup/rp-pppoe/files
parentMask dev-db/pgtune for removal. (diff)
downloadhistorical-3f03a338a4fdc0d98f8e17622f95f7497080fab3.tar.gz
historical-3f03a338a4fdc0d98f8e17622f95f7497080fab3.tar.bz2
historical-3f03a338a4fdc0d98f8e17622f95f7497080fab3.zip
Don't hardcode ppp detection at some phases and try to autodetect on others, fix kmode detection using ArchLinux approach (#364941), rename X USE flag to 'tk' (#349014), drop old
Package-Manager: portage-2.2.15/cvs/Linux x86_64 Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'net-dialup/rp-pppoe/files')
-rw-r--r--net-dialup/rp-pppoe/files/rp-pppoe-3.11-kmode.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-dialup/rp-pppoe/files/rp-pppoe-3.11-kmode.patch b/net-dialup/rp-pppoe/files/rp-pppoe-3.11-kmode.patch
new file mode 100644
index 000000000000..039abd487793
--- /dev/null
+++ b/net-dialup/rp-pppoe/files/rp-pppoe-3.11-kmode.patch
@@ -0,0 +1,10 @@
+--- src/configure.in.old 2015-01-07 13:08:18.929959937 +0100
++++ src/configure.in 2015-01-07 13:08:38.253406302 +0100
+@@ -26,6 +26,7 @@
+ #include<net/ethernet.h>
+ #include<linux/if.h>
+ #include<linux/in.h>
++#include <linux/in6.h>
+ ])
+
+ dnl Checks for typedefs, structures, and compiler characteristics.