Page MenuHomeFreeBSD

D18770.id52653.diff
No OneTemporary

D18770.id52653.diff

Index: x11/polybar/Makefile
===================================================================
--- x11/polybar/Makefile
+++ x11/polybar/Makefile
@@ -20,7 +20,8 @@
libxcb-util.so:x11/xcb-util \
libxcb-xrm.so:x11/xcb-util-xrm
-USES= cmake compiler:c++11-lang localbase:ldflags \
+# compiler:c++11-lang is needed for powerpc64
+USES= cmake compiler:c++11-lang gnome localbase:ldflags \
pkgconfig python:2.7,build
USE_GITHUB= yes
GH_ACCOUNT= jaagr
Index: x11/polybar/files/patch-lib_xpp_CMakeLists.txt
===================================================================
--- /dev/null
+++ x11/polybar/files/patch-lib_xpp_CMakeLists.txt
@@ -0,0 +1,11 @@
+--- lib/xpp/CMakeLists.txt.orig 2019-01-07 11:33:47 UTC
++++ lib/xpp/CMakeLists.txt
+@@ -48,7 +48,7 @@ set(XPP_LIBRARIES
+ #
+ # Loop through a hardcoded list of python executables to locate the python module "xcbgen"
+ #
+-foreach(CURRENT_EXECUTABLE python2 python2.7 python3 python)
++foreach(CURRENT_EXECUTABLE python2 python2.7 python3 python3.5 python3.6 python3.7 python)
+ message(STATUS "Searching for xcbgen with " ${CURRENT_EXECUTABLE})
+
+ execute_process(COMMAND "${CURRENT_EXECUTABLE}" "-c"

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 10, 11:42 PM (17 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17091188
Default Alt Text
D18770.id52653.diff (1 KB)

Event Timeline