diff options
author | abs <abs> | 2004-02-11 01:46:30 +0000 |
---|---|---|
committer | abs <abs> | 2004-02-11 01:46:30 +0000 |
commit | a073cf3bf2351c686eb41290d83f9eb725e0a43c (patch) | |
tree | 339bb2a1f7c733e2891ae2d22c8adc1182d3b65c /devel/dmalloc | |
parent | 96e7f3a2f06408051bce5c1e9f0e6a8303b22ae6 (diff) | |
download | pkgsrc-a073cf3bf2351c686eb41290d83f9eb725e0a43c.tar.gz |
USE_LANGUAGES=c c++
Diffstat (limited to 'devel/dmalloc')
-rw-r--r-- | devel/dmalloc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile index 9db0f2762a7..13ef604225c 100644 --- a/devel/dmalloc/Makefile +++ b/devel/dmalloc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/08/09 10:44:39 seb Exp $ +# $NetBSD: Makefile,v 1.10 2004/02/11 01:46:30 abs Exp $ DISTNAME= dmalloc-5.2.1 CATEGORIES= devel @@ -10,6 +10,7 @@ HOMEPAGE= http://www.dmalloc.com/ COMMENT= Run-time configurable debugging malloc library USE_BUILDLINK2= yes +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shlib CFLAGS+= -fPIC -DPIC |