summaryrefslogtreecommitdiffstats
path: root/devel/libdlmalloc/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-10-20 01:34:18 +0000
committersteve <steve@FreeBSD.org>1998-10-20 01:34:18 +0000
commita8f996a1ad6103a519f6870179d7db6563751637 (patch)
treeb537d494928acdff9e8e211721d11918d6ab798c /devel/libdlmalloc/Makefile
parenta4b2f971ba73b7f0b1bdd4d9926bf0714b6acea7 (diff)
downloadFreeBSD-ports-a8f996a1ad6103a519f6870179d7db6563751637.zip
FreeBSD-ports-a8f996a1ad6103a519f6870179d7db6563751637.tar.gz
Convert to ELF.
Diffstat (limited to 'devel/libdlmalloc/Makefile')
-rw-r--r--devel/libdlmalloc/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/libdlmalloc/Makefile b/devel/libdlmalloc/Makefile
index a419558..45435fc 100644
--- a/devel/libdlmalloc/Makefile
+++ b/devel/libdlmalloc/Makefile
@@ -3,7 +3,7 @@
# Date created: 3 June 1995
# Whom: roberto
#
-# $Id: Makefile,v 1.7 1998/06/27 05:18:48 asami Exp $
+# $Id: Makefile,v 1.8 1998/10/12 18:36:24 jseger Exp $
#
DISTNAME= dlmalloc
@@ -14,8 +14,6 @@ DISTFILES= malloc-2.6.4.c
MAINTAINER= roberto@FreeBSD.ORG
-BROKEN_ELF= yes
-
NO_WRKSUBDIR= yes
do-extract:
@@ -25,6 +23,6 @@ do-extract:
${CP} -p ${FILESDIR}/Makefile ${WRKDIR}
post-install:
- ${LDCONFIG} -m ${PREFIX}/lib
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
OpenPOWER on IntegriCloud