diff options
author | rene <rene@FreeBSD.org> | 2013-10-13 21:30:17 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-10-13 21:30:17 +0800 |
commit | c2371b919b7d2811308d521d07c26bac77729005 (patch) | |
tree | a498343e978fc69507cfa27e740ef5e6abab5c44 /www/chromium | |
parent | 3b07af9c12a7148f55456567263d511b4dc85f34 (diff) | |
download | freebsd-ports-gnome-c2371b919b7d2811308d521d07c26bac77729005.tar.gz freebsd-ports-gnome-c2371b919b7d2811308d521d07c26bac77729005.tar.zst freebsd-ports-gnome-c2371b919b7d2811308d521d07c26bac77729005.zip |
Remove two patches from extra-patch-gcc that are now applied
unconditionally. This fixes 'make patch' when selecting the GCC option.
Reported by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Reported by: olgeni@
Diffstat (limited to 'www/chromium')
-rw-r--r-- | www/chromium/files/extra-patch-gcc | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/www/chromium/files/extra-patch-gcc b/www/chromium/files/extra-patch-gcc index a810cc6faaac..e14dc6553362 100644 --- a/www/chromium/files/extra-patch-gcc +++ b/www/chromium/files/extra-patch-gcc @@ -28,26 +28,3 @@ #include <string> #include "base/gtest_prod_util.h" ---- third_party/libjingle/source/talk/base/network.h.orig 2013-05-26 21:44:12.257312749 +0200 -+++ third_party/libjingle/source/talk/base/network.h 2013-05-26 21:45:08.869297313 +0200 -@@ -38,6 +38,10 @@ - #include "talk/base/messagehandler.h" - #include "talk/base/sigslot.h" - -+#if defined(OS_FREEBSD) -+#include <sys/types.h> -+#endif -+ - #if defined(POSIX) - struct ifaddrs; - #endif // defined(POSIX) ---- base/sys_info_freebsd.cc.orig 2013-05-17 22:44:42.000000000 +0200 -+++ base/sys_info_freebsd.cc 2013-05-26 22:57:45.885322785 +0200 -@@ -4,6 +4,7 @@ - - #include "base/sys_info.h" - -+#include <sys/types.h> - #include <sys/sysctl.h> - - #include "base/logging.h" |