diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-11 01:14:36 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-11 01:14:36 +0000 |
commit | 436a4000d2ddd1b188eef8d60fdea53eb98383cc (patch) | |
tree | 84bf7009eeb769697f2476285d7c436a13b0bf15 /devel/dmalloc | |
parent | f164c3956e844f607099f27cc147e16d1ac9db54 (diff) | |
download | pkgsrc-436a4000d2ddd1b188eef8d60fdea53eb98383cc.tar.gz |
enable building of the shared lib version as well as the static version.
bump PKGREVISION.
Diffstat (limited to 'devel/dmalloc')
-rw-r--r-- | devel/dmalloc/Makefile | 4 | ||||
-rw-r--r-- | devel/dmalloc/PLIST | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile index e36427c8845..ea0304f08ea 100644 --- a/devel/dmalloc/Makefile +++ b/devel/dmalloc/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/02/18 15:14:09 seb Exp $ +# $NetBSD: Makefile,v 1.3 2002/05/11 01:14:36 dmcmahill Exp $ DISTNAME= dmalloc-4.8.2 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dmalloc/} EXTRACT_SUFX= .tgz @@ -10,6 +11,7 @@ HOMEPAGE= http://www.dmalloc.com/ COMMENT= Run-time configurable debugging malloc library GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-shlib INSTALL_TARGET= install installinfo diff --git a/devel/dmalloc/PLIST b/devel/dmalloc/PLIST index 6758d09bc2f..60c43ae3468 100644 --- a/devel/dmalloc/PLIST +++ b/devel/dmalloc/PLIST @@ -1,9 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:09 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/05/11 01:14:36 dmcmahill Exp $ bin/dmalloc include/dmalloc.h @unexec ${INSTALL_INFO} --delete %D/info/dmalloc.info %D/info/dir info/dmalloc.info @exec ${INSTALL_INFO} %D/info/dmalloc.info %D/info/dir lib/libdmalloc.a +lib/libdmalloc.so lib/libdmalloclp.a lib/libdmallocxx.a +lib/libdmallocxx.so |