diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2016-04-06 20:25:26 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2016-04-06 20:25:26 +0000 |
commit | 9c7e4d2f80d8de453d5fe547a2260558f9d7e91f (patch) | |
tree | 74aa7aef9911129116d1a4178dda3c01940d3a85 /math | |
parent | a884de998f23820839580403540bc4cb9660dbae (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/mathmod/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/mathmod/Makefile b/math/mathmod/Makefile index 863ef4eab77a..23f02b1e7194 100644 --- a/math/mathmod/Makefile +++ b/math/mathmod/Makefile @@ -21,6 +21,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME:tl}-branches-${BRANCHE}-trunk 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} |