Date: Fri, 7 Dec 2018 00:48:21 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486817 - head/devel/tigcc Message-ID: <201812070048.wB70mLhh084219@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Dec 7 00:48:20 2018 New Revision: 486817 URL: https://svnweb.freebsd.org/changeset/ports/486817 Log: The previous patch actually failed on amd64 but I missed it. Correct it with feedback in the initial email from the PR. Pointy hat to: linimon Modified: head/devel/tigcc/Makefile Modified: head/devel/tigcc/Makefile ============================================================================== --- head/devel/tigcc/Makefile Fri Dec 7 00:41:35 2018 (r486816) +++ head/devel/tigcc/Makefile Fri Dec 7 00:48:20 2018 (r486817) @@ -140,7 +140,7 @@ do-install-EXAMPLES-on: .include <bsd.port.pre.mk> -.if ${CHOSEN_COMPILER_TYPE} == gcc +.if exists(/usr/lib/libstdc++.so) CFLAGS+= -fnested-functions .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812070048.wB70mLhh084219>