Date: Sat, 4 Jan 2020 19:29:51 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522048 - in head/irc: eggdrop eggdrop-devel Message-ID: <202001041929.004JTpsG032749@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001041929.004JTpsG032749>