openbsd-ports/x11/fbpanel/patches/patch-plugins_Makefile_in
dcoppa 52de70b04b Update to fbpanel-6.1. The new battery plugin is disabled as it's
not fully functional yet (even on linux).

Fix WANTLIB while here.
2010-12-21 10:29:48 +00:00

17 lines
554 B
Plaintext

$OpenBSD: patch-plugins_Makefile_in,v 1.2 2010/12/21 10:29:48 dcoppa Exp $
remove linux-only plugins
--- plugins/Makefile.in.orig Wed Mar 31 14:44:34 2010
+++ plugins/Makefile.in Tue Dec 21 06:58:36 2010
@@ -1,7 +1,7 @@
include %%topdir%%/config.mk
-SUBDIRS = taskbar launchbar space menu pager mem chart cpu net
+SUBDIRS = taskbar launchbar space menu pager
SUBDIRS += systray dclock wincmd icons separator image
-SUBDIRS += deskno tclock genmon deskno2 meter volume battery
+SUBDIRS += deskno tclock genmon deskno2
include %%topdir%%/rules.mk