summaryrefslogtreecommitdiff
path: root/devel/dmalloc
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-05-12 18:10:30 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-05-12 18:10:30 +0000
commitc8e0ec93e982f430c41393a2f2eccb4e71cbf417 (patch)
tree404a86076108ba9bcfcc5bb886d99c5092857ada /devel/dmalloc
parentaba30c6d47d7b95b9a4b9b5f36f384958151a1ff (diff)
downloadpkgsrc-c8e0ec93e982f430c41393a2f2eccb4e71cbf417.tar.gz
add -fPIC -DPIC to CFLAGS. Needed to make the shared lib work on sparc (and probably others)
Diffstat (limited to 'devel/dmalloc')
-rw-r--r--devel/dmalloc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile
index ea0304f08ea..34d841b9b56 100644
--- a/devel/dmalloc/Makefile
+++ b/devel/dmalloc/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2002/05/11 01:14:36 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.4 2002/05/12 18:10:30 dmcmahill Exp $
DISTNAME= dmalloc-4.8.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dmalloc/}
EXTRACT_SUFX= .tgz
@@ -12,6 +12,7 @@ COMMENT= Run-time configurable debugging malloc library
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shlib
+CFLAGS+= -fPIC -DPIC
INSTALL_TARGET= install installinfo