Date: Thu, 18 Jul 2019 11:22:36 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506847 - head/multimedia/mkclean Message-ID: <201907181122.x6IBMam7064497@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907181122.x6IBMam7064497>