summaryrefslogtreecommitdiff
path: root/devel/libgtop/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-10-17 18:03:23 +0000
committerjlam <jlam>2000-10-17 18:03:23 +0000
commitd70089d7289b3d5b9a9b38f29a7136c3ae96d1a1 (patch)
treee634feef98fa2c5e03d8962adbc3177e6e47ae83 /devel/libgtop/Makefile
parentb13a18ff886f1c66131d115ba9cec01b6ebae957 (diff)
downloadpkgsrc-d70089d7289b3d5b9a9b38f29a7136c3ae96d1a1.tar.gz
Fix finding gettext libraries in a better way. Remove CPP definition which
was breaking compilation on my machine -- not sure why it was set in the first place, and the reason wasn't logged in CVS.
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r--devel/libgtop/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index d564c1f8f19..ee2d29805ae 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2000/09/05 09:33:15 jlam Exp $
+# $NetBSD: Makefile,v 1.44 2000/10/17 18:03:23 jlam Exp $
DISTNAME= libgtop-1.0.9
CATEGORIES= devel gnome
@@ -26,14 +26,12 @@ IGNORE+= "(More information can be found in libgtop.info.)"
.endif
.endif
-GNU_CONFIGURE= # defined
USE_X11BASE= # defined
USE_GMAKE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lintl
+CPPFLAGS+= -I${LOCALBASE}/include # libintl.h
# The following flags are for debugging purposes. They don't need to
# be used unless you are actively developing/debugging libgtop.
@@ -41,14 +39,12 @@ LDFLAGS+= -L${LOCALBASE}/lib -lintl
#CFLAGS+= -g
#LDFLAGS+= -g
+GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-glib-prefix=${LOCALBASE} \
--with-libgtop-guile --with-catgets
CONFIGURE_ENV+= AWK="${AWK}" \
- CPP="${CPP}" \
LN_S="${LN} -s" \
PERL="${PERL5}" \
CPPFLAGS="${CPPFLAGS}" \
- LOCALBASE=${LOCALBASE} \
- X11BASE=${X11BASE}
.include "../../mk/bsd.pkg.mk"