From 10e8693868b5e7c6680479ff9fda9759fdfbc412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 8 Dec 2014 23:11:57 +0100 Subject: [PATCH] antiword: disable DEBUG build This should prevent the verbose output --- app-text/antiword/patches/antiword-0.37.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/antiword/patches/antiword-0.37.patch b/app-text/antiword/patches/antiword-0.37.patch index 52efc88a0..2873294b8 100644 --- a/app-text/antiword/patches/antiword-0.37.patch +++ b/app-text/antiword/patches/antiword-0.37.patch @@ -28,7 +28,7 @@ diff -Naur antiword-0.37/Makefile.haiku antiword-0.37-haiku/Makefile.haiku +INSTALL_DATA = $(INSTALL) + +# must be equal to DEBUG or NDEBUG -+DB = DEBUG ++DB = NDEBUG +# Optimization: -O or debugging: -g +OPT = -O2 +