summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-08-27 07:35:09 +0000
committeritojun <itojun@pkgsrc.org>2000-08-27 07:35:09 +0000
commit55e5f04dbbc0856e4b0300505227209bcd51a278 (patch)
tree16fd5a00cc43e3985cf8a7b6b53ceae495de1e26 /security
parentd0f9e9845747d29e5c79c0521af97db10f6bc01f (diff)
downloadpkgsrc-55e5f04dbbc0856e4b0300505227209bcd51a278.tar.gz
add comment - the .if statment is not friendly with cross build
Diffstat (limited to 'security')
-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 \