diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-06-02 07:23:49 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-06-02 07:23:49 +0000 |
commit | 12b97343a0f35ddd1f1fa0560336e68c4ee2943c (patch) | |
tree | 3d432b80bea8cbb3de4c2147e40cb659f414fba6 /security/bjorb | |
parent | 01055309bf2934de13b4329979175db5448d1025 (diff) | |
download | ports-12b97343a0f35ddd1f1fa0560336e68c4ee2943c.tar.gz ports-12b97343a0f35ddd1f1fa0560336e68c4ee2943c.zip |
Notes
Diffstat (limited to 'security/bjorb')
-rw-r--r-- | security/bjorb/Makefile | 5 | ||||
-rw-r--r-- | security/bjorb/files/patch-aa | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/bjorb/Makefile b/security/bjorb/Makefile index df91787e79d6..56c63fdf9182 100644 --- a/security/bjorb/Makefile +++ b/security/bjorb/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: bjorb -# Version required: 0.5.4p4 +# Version required: 0.5.5p1 # Date created: May 16, 1998 # Whom: issei@jp.FreeBSD.ORG # -# $Id: Makefile,v 1.4 1999/01/10 14:11:17 dirk Exp $ +# $Id: Makefile,v 1.5 1999/03/26 08:51:51 dirk Exp $ # DISTNAME= bjorb-0.5.5p1 @@ -34,6 +34,7 @@ INSTALL_TARGET= install certificate .endif HAS_CONFIGURE= yes +CFLAGS+= -I${PREFIX}/include/openssl CONFIGURE_ARGS= --with-ssltop=${PREFIX} WRKSRC= ${WRKDIR}/${DISTNAME}/src DOCSRC= ${WRKDIR}/${DISTNAME} diff --git a/security/bjorb/files/patch-aa b/security/bjorb/files/patch-aa index 08399d1c2ec9..3219c68c2db0 100644 --- a/security/bjorb/files/patch-aa +++ b/security/bjorb/files/patch-aa @@ -1,5 +1,5 @@ ---- src/Makefile.in.orig Mon Feb 22 05:01:20 1999 -+++ src/Makefile.in Wed Mar 24 20:52:03 1999 +--- Makefile.in.orig Mon Feb 22 05:01:20 1999 ++++ Makefile.in Wed Mar 24 20:52:03 1999 @@ -29,7 +29,7 @@ LDFLAGS = LIBS = @LIBS@ |