summaryrefslogtreecommitdiff
path: root/devel/dmalloc
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-05-11 01:14:36 +0000
committerdmcmahill <dmcmahill>2002-05-11 01:14:36 +0000
commit46f4896709adecf53ef61fc162f6979f659a4b4f (patch)
tree84bf7009eeb769697f2476285d7c436a13b0bf15 /devel/dmalloc
parenta5e7f728d40e3249aaea3b801e6b0bee180e20a7 (diff)
downloadpkgsrc-46f4896709adecf53ef61fc162f6979f659a4b4f.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/Makefile4
-rw-r--r--devel/dmalloc/PLIST4
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