summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-cpugraph-plugin/patches/patch-ac
blob: ebedabea59f10243989643381574d4c5ca1f3f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.1 2007/01/20 12:18:31 joerg Exp $

OS_LIBS contains -lkinfo on DragonFly.

--- panel-plugin/Makefile.in.orig	2007-01-20 12:00:36.000000000 +0000
+++ panel-plugin/Makefile.in
@@ -150,7 +150,8 @@ libcpugraph_la_CFLAGS = \
 
 
 libcpugraph_la_LIBADD = \
-	@XFCE4_PANEL_LIBS@
+	@XFCE4_PANEL_LIBS@ \
+	${OS_LIBS}
 
 subdir = panel-plugin
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4