svn commit: r499899 - head/science/medit

Thierry Thomas thierry at FreeBSD.org
Wed Apr 24 19:35:07 UTC 2019


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}


More information about the svn-ports-all mailing list