diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-04 00:05:58 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-04 00:05:58 +0800 |
commit | 2b89ae3e1174f7da3257e62766b95dc4295603a8 (patch) | |
tree | db5d569b0aac15a325c994edaf1cc187e86172b5 /devel | |
parent | d718c632cb37124ef249548a03575135afe6c7c8 (diff) | |
download | freebsd-ports-gnome-2b89ae3e1174f7da3257e62766b95dc4295603a8.tar.gz freebsd-ports-gnome-2b89ae3e1174f7da3257e62766b95dc4295603a8.tar.zst freebsd-ports-gnome-2b89ae3e1174f7da3257e62766b95dc4295603a8.zip |
Now builds on sparc64.
Approved by: portmgr (tier-2 blanket)
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 |