diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-03 16:05:58 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-03 16:05:58 +0000 |
commit | 457a3b05eb671ec099656b0e84113d6c68221786 (patch) | |
tree | db5d569b0aac15a325c994edaf1cc187e86172b5 /devel | |
parent | 6dec4959d9950923c417aacacfee06670cefee49 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ptmalloc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/ptmalloc/Makefile b/devel/ptmalloc/Makefile index 7d88eff4e553..7954190bb4c8 100644 --- a/devel/ptmalloc/Makefile +++ b/devel/ptmalloc/Makefile @@ -23,8 +23,6 @@ ALL_TARGET= posix INCDIR= include/${PORTNAME} PLIST_SUB= INCDIR=${INCDIR} -BROKEN_sparc64= hangs while building on sparc64 - do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${INCDIR} ${INSTALL_DATA} ${WRKSRC}/malloc-2.8.3.h ${STAGEDIR}${PREFIX}/${INCDIR}/malloc.h |