diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-07 01:10:14 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-07 01:10:14 +0000 |
commit | f7411fa9b0426cebdea4d4d9c7424631c84c932f (patch) | |
tree | bf6334467bc33246950da3819f85a0ea42fe71c9 /devel/opencm | |
parent | 840bee35ba4a82dd9d9526f71bc5893b1b1de4af (diff) | |
download | pkgsrc-f7411fa9b0426cebdea4d4d9c7424631c84c932f.tar.gz |
Specify the openssl path explicitly. Without this, the package
doesn't build on platforms without native ssl library because the
configure script fails to find pkgsrc openssl.
Diffstat (limited to 'devel/opencm')
-rw-r--r-- | devel/opencm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/opencm/Makefile b/devel/opencm/Makefile index 7a4603ea5ee..27432b968ac 100644 --- a/devel/opencm/Makefile +++ b/devel/opencm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/12/04 23:37:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.31 2005/01/07 01:10:14 minskim Exp $ # DISTNAME= ${OPENCM_VERSION}-2-src @@ -17,6 +17,7 @@ USE_PKGINSTALL= YES USE_GNU_TOOLS+= make GNU_CONFIGURE= YES CONFIGURE_ARGS+= --infodir=${PREFIX}/${INFO_DIR} +CONFIGURE_ARGS+= --with-ssl-dir=${BUILDLINK_PREFIX.openssl} OPENCM_VERSION= opencm-0.1.2alpha8 |