summaryrefslogtreecommitdiff
path: root/math/octave/files/patch-libgnu-math.in.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-13Replace USE_FORTRAN with USES=fortran such that C/C++ code is built withTijl Coosemans1-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)