From e0d9918296edaf8bbb8da26d0992a8e708475fb7 Mon Sep 17 00:00:00 2001
From: Benny Baumann <BenBE@geshi.org>
Date: Sun, 31 Mar 2019 20:04:14 +0200
Subject: [PATCH] Revert "chg: Use libc++ on FreeBSD to avoid missing vtable
 and typeinfo issues"

This reverts commit 6fe3da95390a566d0c389a3f003771f9d048cf01.
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index ac01c32..39df11a 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,6 @@ LFLAGS += -flto
 else ifeq "${OS}" "FreeBSD"
 CFLAGS += -Wno-error=sign-conversion
 CXXFLAGS += -Wno-error=sign-conversion
-LFLAGS += -stdlib=libc++
 endif
 
 CC ?= gcc
-- 
GitLab