aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-20 23:29:28 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-20 23:29:28 +0000
commit63637821a18f8750db4ba90eea4ae1db74585a53 (patch)
tree6f1c10c6cbe89f78d304305510fd2f41f6c10dee /math
parent07de6bb1c8acfaf1640964cec154515349cc434a (diff)
downloadports-63637821a18f8750db4ba90eea4ae1db74585a53.tar.gz
ports-63637821a18f8750db4ba90eea4ae1db74585a53.zip
- restrict broken to i386, maintainer as reported this upstream
Submitted by: b.f. (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=250102
Diffstat (limited to 'math')
-rw-r--r--math/dieharder/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/math/dieharder/Makefile b/math/dieharder/Makefile
index b372895f22a3..45774ab2358d 100644
--- a/math/dieharder/Makefile
+++ b/math/dieharder/Makefile
@@ -16,7 +16,6 @@ COMMENT= A random number generator testsuite
LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl
-BROKEN= does not build
MAKE_JOBS_UNSAFE= yes
USE_AUTOTOOLS= aclocal:110 autoheader:262 libtool:22
@@ -27,6 +26,11 @@ USE_LDCONFIG= yes
MAN1= dieharder.1
MAN3= libdieharder.3
+.include <bsd.port.pre.mk>
+.if ${ARCH} == "i386"
+BROKEN= does not compile on i386
+.endif
+
post-patch:
@${REINPLACE_CMD} -e "s|./configure|#./configure|g" \
${WRKSRC}/autogen.sh
@@ -40,4 +44,4 @@ run-autotools:
test: build
${WRKSRC}/dieharder/dieharder -a
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>