diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-30 06:16:41 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-30 06:16:41 +0000 |
commit | 23cbcaeccce81cf47a53efb6bc7bce5de77a5fbf (patch) | |
tree | ca8066c5841bb504238764db35684740b86afaaf /security/isakmpd/files | |
parent | f4ef5a2dc8b21293fca22a5bb348cee34d196d03 (diff) | |
download | ports-23cbcaeccce81cf47a53efb6bc7bce5de77a5fbf.tar.gz ports-23cbcaeccce81cf47a53efb6bc7bce5de77a5fbf.zip |
Notes
Diffstat (limited to 'security/isakmpd/files')
-rw-r--r-- | security/isakmpd/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/isakmpd/files/patch-ab b/security/isakmpd/files/patch-ab index 516941d79013..d60ab0e995c1 100644 --- a/security/isakmpd/files/patch-ab +++ b/security/isakmpd/files/patch-ab @@ -9,3 +9,13 @@ # The mkdir below is for installation on OpenBSD pre 2.7 install: +--- Makefile.orig Wed Oct 9 17:15:53 2002 ++++ Makefile Wed Oct 9 17:16:26 2002 +@@ -164,6 +164,7 @@ + USE_LIBDES= yes + LDADD+= -lkeynote -lm + DPADD+= ${LIBKEYNOTE} ${LIBM} ++POLICY= policy.c + CFLAGS+= -DUSE_KEYNOTE + .endif + |