From 7e160a5b4e64ce43a596f136ce06b1921aa212c7 Mon Sep 17 00:00:00 2001 From: linimon Date: Fri, 7 Dec 2018 00:48:20 +0000 Subject: [PATCH] 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 --- devel/tigcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/tigcc/Makefile b/devel/tigcc/Makefile index 18331d018f2d..135d378e73d8 100644 --- a/devel/tigcc/Makefile +++ b/devel/tigcc/Makefile @@ -140,7 +140,7 @@ do-install-EXAMPLES-on: .include -.if ${CHOSEN_COMPILER_TYPE} == gcc +.if exists(/usr/lib/libstdc++.so) CFLAGS+= -fnested-functions .endif