Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
11 lines
295 B
C
11 lines
295 B
C
--- chrome/browser/platform_util.h.orig 2019-03-15 06:25:33 UTC
|
|
+++ chrome/browser/platform_util.h
|
|
@@ -40,7 +40,7 @@ enum OpenOperationResult {
|
|
enum OpenItemType {
|
|
OPEN_FILE,
|
|
OPEN_FOLDER,
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(OS_LINUX) || defined(OS_BSD)
|
|
SHOW_ITEM_IN_FOLDER
|
|
#endif
|
|
};
|