svn commit: r424286 - head/devel/libmatheval
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Oct 19 20:17:42 UTC 2016
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
More information about the svn-ports-all
mailing list