summaryrefslogtreecommitdiff
path: root/lang/cparser
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2008-11-28 01:20:06 +0000
committerbjs <bjs@pkgsrc.org>2008-11-28 01:20:06 +0000
commit1c97e7d5b8eac8a1c9199db0456f500d14b06410 (patch)
tree5aedab7a4e830ba9c092bd673939e29056764c52 /lang/cparser
parent50fa1e1771ec2b220a37ccd62fabb56f1efbc5b5 (diff)
downloadpkgsrc-1c97e7d5b8eac8a1c9199db0456f500d14b06410.tar.gz
Add a reminder to install with debugging symbols if building
with e.g. -g (in the future)
Diffstat (limited to 'lang/cparser')
-rw-r--r--lang/cparser/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/cparser/Makefile b/lang/cparser/Makefile
index bcb9927a531..7fa9f07c24d 100644
--- a/lang/cparser/Makefile
+++ b/lang/cparser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/11/28 01:17:47 bjs Exp $
+# $NetBSD: Makefile,v 1.2 2008/11/28 01:20:06 bjs Exp $
#
DISTNAME= cparser-0.9.5
@@ -21,7 +21,7 @@ USE_TOOLS+= gmake pkg-config
AUTO_MKDIRS= yes
COPTS?= -O2
-#DBG?= -g3 # XXX debugging option?
+#DBG?= -g3 # XXX debugging option (install without strip)
MAKE_ENV+= LIBTOOL_CFLAGS=-prefer-pic
MAKE_ENV+= COPTS=${COPTS:Q}