forked from Lainports/freebsd-ports
-lstdc++fs is necessary for GCC: /usr/local/bin/ld: tiv.cpp:(.text.startup+0x19cc): undefined reference to `std::experimental::filesystem::v1::__cxx11::directory_iterator::operator++()' MFH: 2020Q3 (fix build blanket)
11 lines
287 B
Text
11 lines
287 B
Text
--- Makefile.orig 2019-10-21 19:12:09 UTC
|
|
+++ Makefile
|
|
@@ -14,7 +14,7 @@ bindir ?= $(exec_prefix)/bin
|
|
|
|
override CXXFLAGS += -std=c++17 -Wall -fexceptions
|
|
override LDFLAGS += -pthread
|
|
-override LDLIBS += -lstdc++fs
|
|
+#override LDLIBS += -lstdc++fs
|
|
|
|
all: $(PROGNAME)
|
|
|