aboutsummaryrefslogtreecommitdiff
path: root/databases/qdbm
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-10-15 14:05:04 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-10-15 14:05:04 +0000
commitb1fac01e5ea47d8b96439769d8282a08268ebc05 (patch)
treee10af9226ae3e4aaf6056c5404ecbe82b840fedd /databases/qdbm
parent03b94a52f90cc44b06a8c468ef565553eeaaa38e (diff)
downloadports-b1fac01e5ea47d8b96439769d8282a08268ebc05.tar.gz
ports-b1fac01e5ea47d8b96439769d8282a08268ebc05.zip
Retire WITHOUT_DEBUG flag.
The flag has partial support across the tree, and the same effect can be obtained by using ".undef WITH_DEBUG". Reviewed by: mat, rene Approved by: portmgr (rene) Differential Revision: https://reviews.freebsd.org/D12548
Notes
Notes: svn path=/head/; revision=452147
Diffstat (limited to 'databases/qdbm')
-rw-r--r--databases/qdbm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/qdbm/Makefile b/databases/qdbm/Makefile
index 3137fe56d9eb..ef61b24c306a 100644
--- a/databases/qdbm/Makefile
+++ b/databases/qdbm/Makefile
@@ -30,7 +30,7 @@ INSTALL_TARGET= install-strip
PORTDOCS= ChangeLog NEWS
post-patch:
-.if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG)
+.if defined(WITH_DEBUG)
@${REINPLACE_CMD} 's/-DNDEBUG//' ${WRKSRC}/Makefile.in
.endif