summaryrefslogtreecommitdiff
path: root/security/racoon
diff options
context:
space:
mode:
authoritojun <itojun>2000-08-27 07:35:09 +0000
committeritojun <itojun>2000-08-27 07:35:09 +0000
commitb48df0975f6bbe5b44925ba6bf4ddffa6bd9616c (patch)
tree16fd5a00cc43e3985cf8a7b6b53ceae495de1e26 /security/racoon
parentc76d461dcc8233c141ee814068d031a9d822572a (diff)
downloadpkgsrc-b48df0975f6bbe5b44925ba6bf4ddffa6bd9616c.tar.gz
add comment - the .if statment is not friendly with cross build
Diffstat (limited to 'security/racoon')
-rw-r--r--security/racoon/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile
index ff651306489..9a2674e50bf 100644
--- a/security/racoon/Makefile
+++ b/security/racoon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2000/08/21 21:01:33 hubertf Exp $
+# $NetBSD: Makefile,v 1.18 2000/08/27 07:35:09 itojun Exp $
#
DISTNAME= racoon-20000731a
@@ -22,6 +22,7 @@ BUILD_DEFS+= USE_INET6
# if PATENTEDOPENSSLSRC is defined, then we assume that
# RSA already exists in the OpenSSL built as part of the
# base distribution.
+# XXX the check chokes with cross build
.if !defined(PATENTEDOPENSSLSRC) && !exists(/usr/include/openssl/rsa.h)
DEPENDS+= openssl-0.9.*:../../security/openssl
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include CFLAGS=-I${LOCALBASE}/include \