diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-07-15 03:09:07 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-07-15 03:09:07 +0000 |
commit | b8e91efd03221fe68e75726f053aa532bee2e500 (patch) | |
tree | ae5234e43b422583b7d452c39a7c3449d67fd056 /devel/omniORB | |
parent | dde84359ffeb3f386f9901e3330cb1f32119c0e3 (diff) |
Fix build with OpenSSL.
PR: ports/69054
Submitted by: Konstantin Oznobihin <bork@rsu.ru>
Reviewed by: maintainer
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=113679
Diffstat (limited to 'devel/omniORB')
-rw-r--r-- | devel/omniORB/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile index 0be5b42adf84..bebd1676f28b 100644 --- a/devel/omniORB/Makefile +++ b/devel/omniORB/Makefile @@ -7,7 +7,7 @@ PORTNAME= omniORB PORTVERSION= 4.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} @@ -22,13 +22,14 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_REINPLACE= yes USE_PYTHON= yes +USE_OPENSSL= yes INSTALLS_SHLIB= yes NO_FILTER_SHLIBS= yes MAKEFILE= GNUmakefile CONFIGURE_SCRIPT= ../configure CONFIGURE_ENV+= CC=${CC} CFLAGS="${CFLAGS}" CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \ CPP=${CPP} PYTHON=${PYTHON_CMD} -CONFIGURE_ARGS= --datadir=${DATADIR} --with-openssl=/usr \ +CONFIGURE_ARGS= --datadir=${DATADIR} --with-openssl=${OPENSSLBASE} \ --with-omniORB-config=${PREFIX}/etc/omniORB.cfg \ --with-omniNames-logdir=/var/log .if defined(WITHOUT_STATIC) |