diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 09:29:26 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 09:29:26 +0000 |
commit | 5f570b422c348de8c62a0e08767420c8fb507ffe (patch) | |
tree | 1aa6dda3925601f3d200fafa3f4bdb8afc791f84 /security/isakmpd/files | |
parent | 542c96dfe9a4fca2f010639dfe3c8d8dd28d7780 (diff) |
Notes
Diffstat (limited to 'security/isakmpd/files')
-rw-r--r-- | security/isakmpd/files/patch-Makefile.sysdep | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/security/isakmpd/files/patch-Makefile.sysdep b/security/isakmpd/files/patch-Makefile.sysdep index 21d994fef786..0560c8c85233 100644 --- a/security/isakmpd/files/patch-Makefile.sysdep +++ b/security/isakmpd/files/patch-Makefile.sysdep @@ -1,6 +1,8 @@ ---- sysdep/freebsd/Makefile.sysdep.orig Fri Feb 21 10:14:47 2003 -+++ sysdep/freebsd/Makefile.sysdep Thu Aug 29 01:39:36 2002 -@@ -42,7 +42,7 @@ +$FreeBSD$ + +--- sysdep/freebsd/Makefile.sysdep.orig Thu Aug 29 02:39:36 2002 ++++ sysdep/freebsd/Makefile.sysdep Sun Aug 24 18:30:45 2003 +@@ -42,10 +42,10 @@ LIBSYSDEPDIR= ${.CURDIR}/sysdep/common/libsysdep .endif @@ -8,4 +10,8 @@ +LDADD+= ${LIBSYSDEPDIR}/libsysdep.a -lipsec -L/usr/local/lib DPADD+= ${LIBGMP} ${LIBSYSDEPDIR}/libsysdep.a - CFLAGS+= -DHAVE_GETNAMEINFO -DHAVE_GETIFADDRS \ +-CFLAGS+= -DHAVE_GETNAMEINFO -DHAVE_GETIFADDRS \ ++CFLAGS+= -DHAVE_GETNAMEINFO -DHAVE_GETIFADDRS -DHAVE_PCAP \ + -I${.CURDIR}/sysdep/common -I/usr/include \ + -I/usr/local/include -I/usr/local/include/openssl + |