diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-27 14:03:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-27 14:03:51 +0000 |
commit | d0c27c0faff77d35a3834b9ceb11f633ec2de620 (patch) | |
tree | 604e1799596416bcc86c90ae124a7bf79e0c22f1 /lang/gcc/files/patch-libgomp-posix-affinity | |
parent | Use plain "pgrep" in rc script to accommodate different path in DragonFly. (diff) |
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
Notes
Notes:
svn path=/head/; revision=384834
Diffstat (limited to 'lang/gcc/files/patch-libgomp-posix-affinity')
-rw-r--r-- | lang/gcc/files/patch-libgomp-posix-affinity | 18 |
1 files changed, 0 insertions, 18 deletions
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 |