summaryrefslogtreecommitdiff
path: root/devel/libgtop
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-07-30 02:52:20 +0000
committerjlam <jlam@pkgsrc.org>2000-07-30 02:52:20 +0000
commitc002c18ce462ab5364bd6ceb52fdb27e6823c6bf (patch)
treeb451af336f8ecc01ec4607f734f33b2d7b38b170 /devel/libgtop
parentd555b520b3d0da138c2de5212e1f7363e92fa04c (diff)
downloadpkgsrc-c002c18ce462ab5364bd6ceb52fdb27e6823c6bf.tar.gz
Centralize and deactivate the debugging flags. People needing them can
turn them on when developing, but we don't need it for actual use.
Diffstat (limited to 'devel/libgtop')
-rw-r--r--devel/libgtop/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index d121625244d..203fbd07e15 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2000/06/26 18:05:44 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.39 2000/07/30 02:52:20 jlam Exp $
DISTNAME= libgtop-1.0.9
CATEGORIES= devel gnome
@@ -32,13 +32,15 @@ USE_GMAKE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-CFLAGS+= -g
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -g -L${LOCALBASE}/lib -lintl
+LDFLAGS+= -L${LOCALBASE}/lib -lintl
PERL= ${LOCALBASE}/bin/perl
-# The following CPPFLAGS are for debugging purposes.
-CPPFLAGS+= -DLIBGTOP_ENABLE_DEBUG -DLIBGTOP_FATAL_WARNINGS
+# The following flags are for debugging purposes. They don't need to
+# be used unless you are actively developing/debugging libgtop.
+#CPPFLAGS+= -DLIBGTOP_ENABLE_DEBUG -DLIBGTOP_FATAL_WARNINGS
+#CFLAGS+= -g
+#LDFLAGS+= -g
CONFIGURE_ARGS+= --with-glib-prefix=${LOCALBASE} \
--with-libgtop-guile --with-catgets