Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2016 20:17:41 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424286 - head/devel/libmatheval
Message-ID:  <201610192017.u9JKHfFd023617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 19 20:17:41 2016
New Revision: 424286
URL: https://svnweb.freebsd.org/changeset/ports/424286

Log:
  - Mark BROKEN on 9 amd64:
  
  /usr/bin/ld: /usr/local/lib/libfl_pic.a(libyywrap.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
  /usr/local/lib/libfl_pic.a: could not read symbols: Bad value
  
  - Switch to USES=localbase

Modified:
  head/devel/libmatheval/Makefile

Modified: head/devel/libmatheval/Makefile
==============================================================================
--- head/devel/libmatheval/Makefile	Wed Oct 19 20:07:19 2016	(r424285)
+++ head/devel/libmatheval/Makefile	Wed Oct 19 20:17:41 2016	(r424286)
@@ -13,13 +13,13 @@ COMMENT=	Library to evaluate mathematica
 BUILD_DEPENDS=	flex>=2.5.39_1:textproc/flex
 LIB_DEPENDS=	libguile.so:lang/guile
 
+BROKEN_FreeBSD_9_amd64=	does not link
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LEXLIB=-lfl_pic MAKEINFO="makeinfo --no-split"
 USE_LDCONFIG=	yes
-USES=		libtool makeinfo pathfix
+USES=		libtool localbase makeinfo pathfix
 INSTALL_TARGET=	install-strip
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 INFO=		libmatheval
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610192017.u9JKHfFd023617>