summaryrefslogtreecommitdiff
path: root/math/tomsfastmath/files/patch-makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/tomsfastmath: update to 0.13.1Pietro Cerutti2017-09-281-19/+20
| | | | | | | | | Release notes: https://github.com/libtom/tomsfastmath/releases/tag/v0.13.1 https://github.com/libtom/tomsfastmath/releases/tag/v0.13.0 Notes: svn path=/head/; revision=450804
* Remove USE_GCC and fix the broken code instead. While gcc accepts %cc andAlexey Dokuchaev2014-06-091-3/+18
| | | | | | | | | | | | | | | %memory, the syntax is wrong, since % is only used for registers. Clang currently rejects those constructs [1]. Similar fix was applied to NSS by Mozilla team before [2]. While here: remove BROKEN for ia64/sparc64 where it builds (for powerpc use BROKEN_powerpc), allow staging as regular user, GC stray MASTER_SITE_SUBDIR. [1] http://llvm.org/bugs/show_bug.cgi?id=10365 [2] https://bugzilla.mozilla.org/show_bug.cgi?id=671711 Notes: svn path=/head/; revision=357102
* * security/libtomcryptRenato Botelho2006-05-311-6/+6
| | | | | | | | | | | | | | | | - Update to 1.12 * math/libtommath - Update to 0.39 * math/tomsfastmath - Update to 0.09 PR: ports/98214 Submitted by: maintainer Notes: svn path=/head/; revision=164097
* - Remove -O3 optimization. It should fix fails on sparc64Sergey Matveychuk2005-09-021-2/+11
| | | | | | | | PR: ports/85610 Submitted by: maintainer Notes: svn path=/head/; revision=141800
* A portable fixed precision math library designed for very fastPav Lucistnik2005-08-291-0/+16
exponentiations. PR: ports/85044 Submitted by: Wesley Shields <wxs@csh.rit.edu> Notes: svn path=/head/; revision=141334