diff options
Diffstat (limited to 'security/vpnc/files/patch-Makefile')
-rw-r--r-- | security/vpnc/files/patch-Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/security/vpnc/files/patch-Makefile b/security/vpnc/files/patch-Makefile index fd7743740664..ff63c0b80845 100644 --- a/security/vpnc/files/patch-Makefile +++ b/security/vpnc/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig Sun Nov 2 01:21:39 2003 -+++ Makefile Wed Dec 17 09:56:14 2003 -@@ -15,14 +15,14 @@ +--- Makefile.orig Sun Apr 25 02:43:56 2004 ++++ Makefile Sun Apr 25 02:44:38 2004 +@@ -15,9 +15,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA @@ -13,8 +13,3 @@ ifeq ($(shell uname -s), Linux) SYSDEP=sysdep-linux.o - endif - ifeq ($(shell uname -s), NetBSD) - CFLAGS += -DSOCKADDR_IN_SIN_LEN - SYSDEP=sysdep-bsd.o - endif |