aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/bonnie++
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-03 00:01:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-03 00:01:34 +0000
commit2ff29339f0d4ccb370a5b454f800b93a167d8d55 (patch)
treea6337e53bcdeb3b804fa972539f131355438a625 /benchmarks/bonnie++
parent14f4e5c9df6d1f5653c6dd1b2c26b28de07ad936 (diff)
downloadports-2ff29339f0d4ccb370a5b454f800b93a167d8d55.tar.gz
ports-2ff29339f0d4ccb370a5b454f800b93a167d8d55.zip
Remove USE_GCC=any the ports builds fine with clang 3.3+
Notes
Notes: svn path=/head/; revision=346843
Diffstat (limited to 'benchmarks/bonnie++')
-rw-r--r--benchmarks/bonnie++/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile
index 2018e92db6d9..ca07e64a0a14 100644
--- a/benchmarks/bonnie++/Makefile
+++ b/benchmarks/bonnie++/Makefile
@@ -14,7 +14,6 @@ COMMENT= Performance Test of Filesystem I/O
LICENSE= GPLv2
GNU_CONFIGURE= yes
-USE_GCC= any
USES= shebangfix
SHEBANG_FILES= bon_csv2txt.in
@@ -25,8 +24,6 @@ PORTDOCS= readme.html
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
post-patch:
@${REINPLACE_CMD} \
's|/usr/share/|${PREFIX}/share/|g' ${WRKSRC}/bonnie++.8
@@ -34,9 +31,7 @@ post-patch:
's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme.html ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>