summaryrefslogtreecommitdiff
path: root/irc/eggdrop
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-01-04 19:29:51 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-01-04 19:29:51 +0000
commitc4a28c5bb8ef5dfb434a8aa0c1c060a91c4b2006 (patch)
tree5c351a69b2f43e773b350992fb974aaefbeb247f /irc/eggdrop
parentMove the port devel/yosys -> cad/yosys, to the proper category (diff)
irc/eggdrop[-devel]: Fix build with ssl other than base
PR: 242988 Submitted by: wcarson.bugzilla@disillusion.net
Notes
Notes: svn path=/head/; revision=522048
Diffstat (limited to 'irc/eggdrop')
-rw-r--r--irc/eggdrop/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile
index 01bd059708a4..6af420d9dced 100644
--- a/irc/eggdrop/Makefile
+++ b/irc/eggdrop/Makefile
@@ -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