ports/net-im/sayaka/files/patch-src_Makefile
Alexey Dokuchaev 5821236f05 - Update to version 3.5.1, unbreak, respect CXXFLAGS
- 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
2021-03-20 17:47:59 +00:00

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