aboutsummaryrefslogtreecommitdiff
path: root/irc
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
parent992e26b1540d7c082ad4d4fac279313c40458248 (diff)
downloadports-c4a28c5bb8ef5dfb434a8aa0c1c060a91c4b2006.tar.gz
ports-c4a28c5bb8ef5dfb434a8aa0c1c060a91c4b2006.zip
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')
-rw-r--r--irc/eggdrop-devel/Makefile4
-rw-r--r--irc/eggdrop/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/irc/eggdrop-devel/Makefile b/irc/eggdrop-devel/Makefile
index 5bd79529b4ad..37d2a5d528aa 100644
--- a/irc/eggdrop-devel/Makefile
+++ b/irc/eggdrop-devel/Makefile
@@ -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
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