summaryrefslogtreecommitdiff
path: root/math/gsl/files/patch-ieee-utils__fp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix all non-x86 builds of math/gsl with a more general approach than theSean Bruno2014-09-161-0/+20
specifically powerpc patch file. Drop patch-ieee-utils-fp-freebsd.c alltogether and change the order of #ifdefs in the setup to pull in fp-gnuc99.c instead of fp-freebsd.cc Verified on redports for x86 builds and am bumping port revision. Suggested by: nathanw Phabric: https://reviews.freebsd.org/D787 Reviewed by: nathanw Approved by: bdrewery (mentor)