Date: Wed, 24 Apr 2019 19:35:06 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499899 - head/science/medit Message-ID: <201904241935.x3OJZ6Da044959@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Wed Apr 24 19:35:06 2019 New Revision: 499899 URL: https://svnweb.freebsd.org/changeset/ports/499899 Log: Fix on head by setting LLD_UNSAFE: ld: error: /usr/lib/libpmc.so: undefined reference to std::__1::__basic_string_common<true>::__throw_length_error() const ld: error: /usr/lib/libpmc.so: undefined reference to std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::append(char const*, unsigned long) cc: error: linker command failed with exit code 1 (use -v to see invocation) Since I'm here, add USES=gl. Modified: head/science/medit/Makefile Modified: head/science/medit/Makefile ============================================================================== --- head/science/medit/Makefile Wed Apr 24 19:34:04 2019 (r499898) +++ head/science/medit/Makefile Wed Apr 24 19:35:06 2019 (r499899) @@ -21,12 +21,13 @@ BUILD_DEPENDS= ${LOCALBASE}/include/cfortran.h:lang/cf USE_XORG= x11 xmu xext USE_GL= glut -USES= gmake tar:tgz +USES= gl gmake tar:tgz MAKEFILE= makefile ALL_TARGET= ${OPSYS} MAKE_ENV= WRKSRC="${WRKSRC}" ARCHI=${OPSYS} ARCH=${ARCH} OSREL=${OSREL} NO_WRKSUBDIR= yes MAKE_JOBS_UNSAFE= yes +LLD_UNSAFE= yes LIBVERSION= ${PORTVERSION} SOURCETARB= ${PORTNAME}.${PORTVERSION}${EXTRACT_SUFX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904241935.x3OJZ6Da044959>