svn commit: r412644 - head/math/mathmod

Thierry Thomas thierry at FreeBSD.org
Wed Apr 6 20:25:27 UTC 2016


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}
 


More information about the svn-ports-all mailing list