svn commit: r522048 - in head/irc: eggdrop eggdrop-devel
Danilo G. Baio
dbaio at FreeBSD.org
Sat Jan 4 19:29:52 UTC 2020
Author: dbaio
Date: Sat Jan 4 19:29:51 2020
New Revision: 522048
URL: https://svnweb.freebsd.org/changeset/ports/522048
Log:
irc/eggdrop[-devel]: Fix build with ssl other than base
PR: 242988
Submitted by: wcarson.bugzilla at disillusion.net
Modified:
head/irc/eggdrop-devel/Makefile
head/irc/eggdrop/Makefile
Modified: head/irc/eggdrop-devel/Makefile
==============================================================================
--- head/irc/eggdrop-devel/Makefile Sat Jan 4 18:47:26 2020 (r522047)
+++ head/irc/eggdrop-devel/Makefile Sat Jan 4 19:29:51 2020 (r522048)
@@ -20,7 +20,9 @@ GH_TAGNAME= 0113cf2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
- --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h
+ --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h \
+ --with-sslinc=${OPENSSLINC} \
+ --with-ssllib=${OPENSSLLIB}
MAKE_JOBS_UNSAFE= yes
LLD_UNSAFE= yes
Modified: head/irc/eggdrop/Makefile
==============================================================================
--- head/irc/eggdrop/Makefile Sat Jan 4 18:47:26 2020 (r522047)
+++ head/irc/eggdrop/Makefile Sat Jan 4 19:29:51 2020 (r522048)
@@ -19,7 +19,9 @@ GH_ACCOUNT= eggheads
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \
- --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h
+ --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h \
+ --with-sslinc=${OPENSSLINC} \
+ --with-ssllib=${OPENSSLLIB}
MAKE_JOBS_UNSAFE= yes
LLD_UNSAFE= yes
More information about the svn-ports-all
mailing list