1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/twmn/files/patch-twmnd_twmnd.pro
Dmitri Goutnik b051da1610 sysutils/twmn: Unbreak with clang 10, take two
Reported by:	pkg-fallout
2020-04-19 16:12:35 +00:00

12 lines
313 B
INI

--- twmnd/twmnd.pro.orig 2020-04-19 16:05:55 UTC
+++ twmnd/twmnd.pro
@@ -10,7 +10,7 @@ TARGET = twmnd
TEMPLATE = app
CONFIG += debug
DESTDIR = ../bin/
-QMAKE_CXXFLAGS += -Wall -Werror -pedantic -Wno-long-long
+QMAKE_CXXFLAGS += -Wall -pedantic -Wno-long-long
target.path+=/usr/local/bin
INSTALLS += target