svn commit: r486817 - head/devel/tigcc

Mark Linimon linimon at FreeBSD.org
Fri Dec 7 00:48:22 UTC 2018


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
 


More information about the svn-ports-all mailing list