K 10 svn:author V 6 marino K 8 svn:date V 27 2015-09-10T09:24:00.521923Z K 7 svn:log V 400 editors/libreoffice: Limit libstdc++ check to FreeBSD DragonFly's base libstdc++ *is* c++11 compliant, so marking LO broken solely based on use of libstdc++ is erroneous logic. However, limiting the check to FreeBSD (and the OSVERSION check after it) is legitimate, and that's what this commit does to unbreak DragonFly. If it had just been the one check, I would have used BROKEN_FreeBSD instead. END