diff options
author | Michael Landin <mich@FreeBSD.org> | 2021-02-16 20:26:24 +0800 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2021-02-16 20:26:24 +0800 |
commit | 9cc54bba8914785342a5a11d781cc5f9a64937d9 (patch) | |
tree | 587bc575c3e659283b8c7b2c883aa5ce0d4bb898 /comms | |
parent | 0fed16e4b859546b2927d35832937df216ca3043 (diff) | |
download | freebsd-ports-gnome-9cc54bba8914785342a5a11d781cc5f9a64937d9.tar.gz freebsd-ports-gnome-9cc54bba8914785342a5a11d781cc5f9a64937d9.tar.zst freebsd-ports-gnome-9cc54bba8914785342a5a11d781cc5f9a64937d9.zip |
- change to MK_WERROR
PR: 253548
Submitted by: mike@sentex.net
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tits/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/tits/files/patch-Makefile b/comms/tits/files/patch-Makefile index 6565217e1d92..f137e3390394 100644 --- a/comms/tits/files/patch-Makefile +++ b/comms/tits/files/patch-Makefile @@ -5,7 +5,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -WARNS= 2 -+NO_WERROR=1 ++MK_WERROR=no PROG= tits -MAN= tits.8 |