Date: Sat, 4 Jan 2020 19:41:42 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r522049 - in branches/2020Q1/irc: eggdrop eggdrop-devel Message-ID: <202001041941.004JfgVa042728@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sat Jan 4 19:41:42 2020 New Revision: 522049 URL: https://svnweb.freebsd.org/changeset/ports/522049 Log: MFH: r522048 irc/eggdrop[-devel]: Fix build with ssl other than base PR: 242988 Submitted by: wcarson.bugzilla@disillusion.net Approved by: portmgr (build fix blanket) Modified: branches/2020Q1/irc/eggdrop-devel/Makefile branches/2020Q1/irc/eggdrop/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/irc/eggdrop-devel/Makefile ============================================================================== --- branches/2020Q1/irc/eggdrop-devel/Makefile Sat Jan 4 19:29:51 2020 (r522048) +++ branches/2020Q1/irc/eggdrop-devel/Makefile Sat Jan 4 19:41:42 2020 (r522049) @@ -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: branches/2020Q1/irc/eggdrop/Makefile ============================================================================== --- branches/2020Q1/irc/eggdrop/Makefile Sat Jan 4 19:29:51 2020 (r522048) +++ branches/2020Q1/irc/eggdrop/Makefile Sat Jan 4 19:41:42 2020 (r522049) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001041941.004JfgVa042728>