aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-02-20 15:30:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-02-20 15:30:54 +0000
commit1f93c53266d8b266dbe6964164f6aeb4a737c4f9 (patch)
treee1c055c92ed7e867b067452a847597b0aa777125 /Mk/bsd.port.mk
parente6cede8425c458048b406acbc79909d9413d3229 (diff)
downloadports-1f93c53266d8b266dbe6964164f6aeb4a737c4f9.tar.gz
ports-1f93c53266d8b266dbe6964164f6aeb4a737c4f9.zip
- Fix WITH_DEBUG for ports that use STRIP_CMD
PR: ports/109347 Submitted by: Andrew Turner <andrew@fubar.geek.nz>
Notes
Notes: svn path=/head/; revision=185561
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 12a0d7245615..937ea6d143c7 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1644,7 +1644,7 @@ CFLAGS:= ${CFLAGS:C/${_CPUCFLAGS}//}
.if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG)
STRIP= #none
-STRIP_CMD= #none
+STRIP_CMD= ${TRUE}
DEBUG_FLAGS?= -g
CFLAGS:= ${CFLAGS:N-O*:N-fno-strict*} ${DEBUG_FLAGS}
.endif