mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
Clang/libc++ on FreeBSD 10. This fixes a crash caused by the use of libstdc++ while dependencies used libc++. Approved by: maho (maintainer)
11 lines
371 B
C
11 lines
371 B
C
--- libgnu/math.in.h.orig 2013-02-21 21:21:17.000000000 +0100
|
|
+++ libgnu/math.in.h 2013-11-22 12:35:47.000000000 +0100
|
|
@@ -17,7 +17,7 @@
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
|
-#ifndef _@GUARD_PREFIX@_MATH_H
|
|
+#if 1
|
|
|
|
#if __GNUC__ >= 3
|
|
@PRAGMA_SYSTEM_HEADER@
|