freebsd-ports/x11/albert/files/patch-lib_globalshortcut_src_hotkeymanager.cpp
Jesper Schmitz Mouridsen 586b77bee1 New port x11/albert
Albert is a fast and flexible keyboard launcher

Approved by:	lwhsu
Differential Revision: https://reviews.freebsd.org/D23367
2020-01-29 14:22:22 +00:00

11 lines
374 B
C++

--- lib/globalshortcut/src/hotkeymanager.cpp.orig 2018-12-31 18:07:36 UTC
+++ lib/globalshortcut/src/hotkeymanager.cpp
@@ -1,7 +1,7 @@
// Copyright (C) 2014-2018 Manuel Schneider
#include "globalshortcut/hotkeymanager.h"
-#if defined __linux__
+#if defined __linux__ || defined(__FreeBSD__)
#include "hotkeymanager_x11.h"
#elif defined __APPLE__
#elif defined _WIN32