- add pkgspec for c-client
- link with libcom_err_pic vs. libcom_err
This commit is contained in:
parent
c30ad9de36
commit
bfe1386a12
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2001/11/17 00:12:23 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2001/11/18 19:57:25 brad Exp $
|
||||
|
||||
COMMENT= "server-side HTML-embedded scripting language"
|
||||
|
||||
@ -39,7 +39,7 @@ FLAVOR?=
|
||||
|
||||
.if ${FLAVOR:L:Mimap}
|
||||
CONFIGURE_ARGS+= --with-imap=${LOCALBASE}
|
||||
LIB_DEPENDS+= c-client.3::mail/c-client
|
||||
LIB_DEPENDS+= c-client.3:c-client->=4.40p1:mail/c-client
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-imap
|
||||
.endif
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2001/10/15 23:45:45 avsm Exp $
|
||||
$OpenBSD: patch-configure,v 1.3 2001/11/18 19:57:25 brad Exp $
|
||||
--- configure.orig Fri Oct 20 19:05:17 2000
|
||||
+++ configure Mon Oct 15 01:11:36 2001
|
||||
@@ -5157,8 +5157,8 @@
|
||||
@ -59,7 +59,7 @@ $OpenBSD: patch-configure,v 1.2 2001/10/15 23:45:45 avsm Exp $
|
||||
+ if test -n "$unique" && test "`eval $cmd`" = "" ; then
|
||||
+ eval "LIBRARY$unique=set"
|
||||
+
|
||||
+ EXTRA_LIBS="$EXTRA_LIBS -lcom_err"
|
||||
+ EXTRA_LIBS="$EXTRA_LIBS -lcom_err_pic"
|
||||
+
|
||||
+ fi
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user