diff options
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild b/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild index bba859fe0a26..6c4a2cdd3db7 100644 --- a/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild +++ b/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools flag-o-matic toolchain-funcs +inherit autotools toolchain-funcs DESCRIPTION="User-space implementation of L2TP for Linux and other UNIX systems" HOMEPAGE="https://sourceforge.net/projects/rp-l2tp/" @@ -26,7 +26,6 @@ src_prepare() { eautoreconf #871210 tc-export AR CC - append-cflags -std=gnu89 # old codebase, incompatible with c2x } src_install() { |