Date: Wed, 6 Apr 2016 20:25:26 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412644 - head/math/mathmod Message-ID: <201604062025.u36KPQ2e075307@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Wed Apr 6 20:25:26 2016 New Revision: 412644 URL: https://svnweb.freebsd.org/changeset/ports/412644 Log: Mark BROKEN for 93i386: error: integer constant is too large for 'long' type Modified: head/math/mathmod/Makefile Modified: head/math/mathmod/Makefile ============================================================================== --- head/math/mathmod/Makefile Wed Apr 6 20:23:40 2016 (r412643) +++ head/math/mathmod/Makefile Wed Apr 6 20:25:26 2016 (r412644) @@ -21,6 +21,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME:tl}-branch PLIST_FILES= bin/MathMod +# LL / ULL suffix would be needed for integer constants +BROKEN_FreeBSD_9_i386= YES + pre-build: cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604062025.u36KPQ2e075307>