svn commit: r506847 - head/multimedia/mkclean

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jul 18 11:22:37 UTC 2019


Author: pkubaj
Date: Thu Jul 18 11:22:36 2019
New Revision: 506847
URL: https://svnweb.freebsd.org/changeset/ports/506847

Log:
  multimedia/mkclean: fix linking when using base GCC
  
  Base GCC can't link this port:
  c++: Internal error: Segmentation fault (program ld)
  
  Approved by:	mentors (implicit approval)

Modified:
  head/multimedia/mkclean/Makefile

Modified: head/multimedia/mkclean/Makefile
==============================================================================
--- head/multimedia/mkclean/Makefile	Thu Jul 18 10:42:43 2019	(r506846)
+++ head/multimedia/mkclean/Makefile	Thu Jul 18 11:22:36 2019	(r506847)
@@ -19,7 +19,7 @@ BROKEN_sparc64=	Does not install: gmake: GNUmakefile: 
 
 HAS_CONFIGURE=	yes
 
-USES=		iconv localbase:ldflags gmake tar:bzip2
+USES=		compiler:c++11-lang iconv localbase:ldflags gmake tar:bzip2
 
 LDFLAGS+=	${ICONV_LIB}
 


More information about the svn-ports-head mailing list