From c1f7e2253205e6ee1df151b57acb508dfeedcaba Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 16 May 2016 17:50:01 +0000 Subject: main/xl2tpd: upgrade to 1.3.7 --- main/xl2tpd/xl2tpd-compile.patch | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'main/xl2tpd/xl2tpd-compile.patch') diff --git a/main/xl2tpd/xl2tpd-compile.patch b/main/xl2tpd/xl2tpd-compile.patch index d41bc595f1..b37baa5506 100644 --- a/main/xl2tpd/xl2tpd-compile.patch +++ b/main/xl2tpd/xl2tpd-compile.patch @@ -1,12 +1,11 @@ -diff -u --recursive src.orig/xl2tpd-1.3.6/xl2tpd.c src/xl2tpd-1.3.6/xl2tpd.c ---- xl2tpd-1.3.6.orig/xl2tpd.c 2014-01-15 21:58:37.000000000 -0100 -+++ xl2tpd-1.3.6/xl2tpd.c 2014-06-21 07:22:21.195278618 -0200 -@@ -33,8 +33,6 @@ - #if (__GLIBC__ < 2) +--- ./xl2tpd.c.orig ++++ ./xl2tpd.c +@@ -30,7 +30,7 @@ + #include + #include + #include +-#if (__GLIBC__ < 2) ++#if defined(__GLIBC__) && (__GLIBC__ < 2) # if defined(FREEBSD) || defined(OPENBSD) # include --# elif defined(LINUX) --# include - # elif defined(SOLARIS) - # include - # endif + # elif defined(LINUX) -- cgit v1.2.3