mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
508 B
C
14 lines
508 B
C
$NetBSD: patch-ipc_chromium_src_base_base__paths.h,v 1.1 2014/11/03 12:18:32 ryoon Exp $
|
|
|
|
--- ipc/chromium/src/base/base_paths.h.orig 2013-05-11 19:19:32.000000000 +0000
|
|
+++ ipc/chromium/src/base/base_paths.h
|
|
@@ -13,7 +13,7 @@
|
|
#include "base/base_paths_win.h"
|
|
#elif defined(OS_MACOSX)
|
|
#include "base/base_paths_mac.h"
|
|
-#elif defined(OS_LINUX) || defined(OS_BSD)
|
|
+#elif defined(OS_LINUX) || defined(OS_BSD) || defined(OS_SOLARIS)
|
|
#include "base/base_paths_linux.h"
|
|
#endif
|
|
#include "base/path_service.h"
|