Date: Sun, 8 Jul 2018 20:50:52 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474200 - head/devel/libmatheval Message-ID: <201807082050.w68KoqWO097061@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Jul 8 20:50:52 2018 New Revision: 474200 URL: https://svnweb.freebsd.org/changeset/ports/474200 Log: devel/libmatheval: Fix missing library dependency Flex lib used to be called 'fl_pic', but now it is called 'fl'. PR: 229516 Reported by: Michael Danilov <mike.d.ft402@gmail.com> Modified: head/devel/libmatheval/Makefile Modified: head/devel/libmatheval/Makefile ============================================================================== --- head/devel/libmatheval/Makefile Sun Jul 8 20:48:29 2018 (r474199) +++ head/devel/libmatheval/Makefile Sun Jul 8 20:50:52 2018 (r474200) @@ -18,7 +18,7 @@ LIB_DEPENDS= libguile.so:lang/guile USES= libtool localbase makeinfo pathfix GNU_CONFIGURE= yes -CONFIGURE_ENV= LEXLIB=-lfl_pic MAKEINFO="${MAKEINFO} --no-split" +CONFIGURE_ENV= LEXLIB=-lfl MAKEINFO="${MAKEINFO} --no-split" USE_LDCONFIG= yes INSTALL_TARGET= install-strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807082050.w68KoqWO097061>