summaryrefslogtreecommitdiff
path: root/math/octave/files/patch-libgnu-math.in.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace USE_FORTRAN with USES=fortran such that C/C++ code is built withTijl Coosemans2013-12-131-0/+11
Clang/libc++ on FreeBSD 10. This fixes a crash caused by the use of libstdc++ while dependencies used libc++. Approved by: maho (maintainer)