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
342 B
Text
11 lines
342 B
Text
--- Makefile.orig 2019-10-21 19:12:09 UTC
|
|
+++ Makefile
|
|
@@ -5,7 +5,7 @@ OBJECTS = tiv.o
|
|
CXX ?= g++
|
|
CXXFLAGS ?= -O2 -fpermissive
|
|
INSTALL ?= install
|
|
-INSTALL_PROGRAM ?= $(INSTALL) -D
|
|
+INSTALL_PROGRAM ?= $(INSTALL)
|
|
|
|
# https://www.gnu.org/prep/standards/html_node/Directory-Variables.html#Directory-Variables
|
|
prefix ?= /usr/local
|