mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
- Written in C++17 and does not need Vala since v3.5.0 - mbedTLS is used instead of libcurl since v3.3.0 - Now graphic-wise depends only on jpeg and libpng
15 lines
353 B
Text
15 lines
353 B
Text
--- src/Makefile.orig 2021-03-18 09:51:03 UTC
|
|
+++ src/Makefile
|
|
@@ -67,11 +67,7 @@ SRCS_all= \
|
|
${SRCS_sixelv} \
|
|
${SRCS_test} \
|
|
|
|
-CXX+= -g
|
|
-#CXX+= -fsanitize=undefined
|
|
-
|
|
-CPPFLAGS+= -O0
|
|
-CPPFLAGS+= -Wall -Werror -Wshadow -Wno-sign-compare
|
|
+CPPFLAGS+= ${CXXFLAGS} -Wall -Werror -Wshadow -Wno-sign-compare
|
|
INCLUDES+= -I..
|
|
|
|
all: sayaka test sixelv
|