aboutsummaryrefslogtreecommitdiffstats
path: root/security/isakmpd/files/patch-Makefile.sysdep
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2003-02-22 00:18:58 +0800
committernectar <nectar@FreeBSD.org>2003-02-22 00:18:58 +0800
commite79ad8ac1207bdb4eaf7bab5f08d7f46f7b1727c (patch)
tree56ad47314eb606dc748ff81023975f98e8f342b0 /security/isakmpd/files/patch-Makefile.sysdep
parent5b6a7a33b3ff27205070c1874c0e7f92576f0676 (diff)
downloadfreebsd-ports-e79ad8ac1207bdb4eaf7bab5f08d7f46f7b1727c.tar.gz
freebsd-ports-e79ad8ac1207bdb4eaf7bab5f08d7f46f7b1727c.tar.zst
freebsd-ports-e79ad8ac1207bdb4eaf7bab5f08d7f46f7b1727c.zip
-- Remove libgmp dependency. It's not used (openssl BN is used).
-- We don't have <des.h> anymore. Use <openssl/des.h>.
Diffstat (limited to 'security/isakmpd/files/patch-Makefile.sysdep')
-rw-r--r--security/isakmpd/files/patch-Makefile.sysdep11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/isakmpd/files/patch-Makefile.sysdep b/security/isakmpd/files/patch-Makefile.sysdep
new file mode 100644
index 000000000000..21d994fef786
--- /dev/null
+++ b/security/isakmpd/files/patch-Makefile.sysdep
@@ -0,0 +1,11 @@
+--- 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 @@
+ LIBSYSDEPDIR= ${.CURDIR}/sysdep/common/libsysdep
+ .endif
+
+-LDADD+= -lgmp ${LIBSYSDEPDIR}/libsysdep.a -lipsec -L/usr/local/lib
++LDADD+= ${LIBSYSDEPDIR}/libsysdep.a -lipsec -L/usr/local/lib
+ DPADD+= ${LIBGMP} ${LIBSYSDEPDIR}/libsysdep.a
+
+ CFLAGS+= -DHAVE_GETNAMEINFO -DHAVE_GETIFADDRS \