Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2018 20:40:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r474975 - branches/2018Q3/devel/libmatheval
Message-ID:  <201807192040.w6JKetoo053935@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Jul 19 20:40:55 2018
New Revision: 474975
URL: https://svnweb.freebsd.org/changeset/ports/474975

Log:
  MFH: r474200
  
  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:
  branches/2018Q3/devel/libmatheval/Makefile
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/devel/libmatheval/Makefile
==============================================================================
--- branches/2018Q3/devel/libmatheval/Makefile	Thu Jul 19 20:37:15 2018	(r474974)
+++ branches/2018Q3/devel/libmatheval/Makefile	Thu Jul 19 20:40:55 2018	(r474975)
@@ -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?201807192040.w6JKetoo053935>