From d0c27c0faff77d35a3834b9ceb11f633ec2de620 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 27 Apr 2015 14:03:51 +0000 Subject: Reverting temporary r384814 While the feature has a great value, it is right now breaking the build of lang/gcc. Given the importance of lang/gcc it is better to revert now and reapply the patch once it has been fixed and passes an exp-run on all supported version With hat: portmgr --- lang/gcc/files/patch-libgomp-posix-affinity | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 lang/gcc/files/patch-libgomp-posix-affinity (limited to 'lang/gcc/files/patch-libgomp-posix-affinity') diff --git a/lang/gcc/files/patch-libgomp-posix-affinity b/lang/gcc/files/patch-libgomp-posix-affinity deleted file mode 100644 index c4ab742f061b..000000000000 --- a/lang/gcc/files/patch-libgomp-posix-affinity +++ /dev/null @@ -1,18 +0,0 @@ ---- libgomp/config/posix/affinity.c.orig 2015-04-26 05:29:27.925344000 -0700 -+++ libgomp/config/posix/affinity.c 2015-04-26 05:29:44.449277000 -0700 -@@ -26,6 +26,10 @@ - - #include "libgomp.h" - -+#ifdef __FreeBSD__ -+#include "../bsd/freebsd_affinity.c" -+#else -+ - void - gomp_init_affinity (void) - { -@@ -36,3 +40,4 @@ - { - (void) attr; - } -+#endif -- cgit v1.2.3