From f23f825797465e7d89b877fe7b209a2327baf20c Mon Sep 17 00:00:00 2001 From: landry Date: Tue, 18 Jan 2011 21:03:55 +0000 Subject: [PATCH] Add libxfcegui4 to LIB_DEPENDS, add a patch to force linking with it, fix WANTLIB and bump REVISION. --- x11/xfce4/xfce4-diskperf/Makefile | 7 ++++--- .../patches/patch-panel-plugin_Makefile_in | 11 +++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 x11/xfce4/xfce4-diskperf/patches/patch-panel-plugin_Makefile_in diff --git a/x11/xfce4/xfce4-diskperf/Makefile b/x11/xfce4/xfce4-diskperf/Makefile index bb5e0d7535d..6f3281e9a90 100644 --- a/x11/xfce4/xfce4-diskperf/Makefile +++ b/x11/xfce4/xfce4-diskperf/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.23 2010/10/11 08:19:37 jasper Exp $ +# $OpenBSD: Makefile,v 1.24 2011/01/18 21:03:55 landry Exp $ COMMENT= Xfce4 disk performance panel plugin XFCE_VERSION= 2.2.0 XFCE_PLUGIN= diskperf -REVISION= 5 +REVISION= 6 # BSD PERMIT_DISTFILES_CDROM= Yes @@ -13,6 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes MODULES= x11/xfce4 +LIB_DEPENDS = x11/xfce4/libxfcegui4 WANTLIB= X11 Xdmcp Xrender Xau Xdamage fontconfig freetype m z c \ Xcursor Xext Xfixes Xi Xcomposite Xinerama Xrandr expat \ @@ -20,6 +21,6 @@ WANTLIB= X11 Xdmcp Xrender Xau Xdamage fontconfig freetype m z c \ gmodule-2.0 gobject-2.0 gtk-x11-2.0 pango-1.0 \ pangoft2-1.0 pangocairo-1.0 cairo png \ pixman-1 xfce4util xfcegui4 pthread-stubs xcb \ - gthread-2.0 pthread xcb-render xcb-render-util + gthread-2.0 pthread xcb-render GL Xxf86vm drm xcb-shm .include diff --git a/x11/xfce4/xfce4-diskperf/patches/patch-panel-plugin_Makefile_in b/x11/xfce4/xfce4-diskperf/patches/patch-panel-plugin_Makefile_in new file mode 100644 index 00000000000..2e079b66c7d --- /dev/null +++ b/x11/xfce4/xfce4-diskperf/patches/patch-panel-plugin_Makefile_in @@ -0,0 +1,11 @@ +$OpenBSD: patch-panel-plugin_Makefile_in,v 1.1 2011/01/18 21:03:55 landry Exp $ +--- panel-plugin/Makefile.in.orig Sat Jan 15 21:19:28 2011 ++++ panel-plugin/Makefile.in Sat Jan 15 21:19:51 2011 +@@ -245,6 +245,7 @@ xfce4_diskperf_plugin_CFLAGS = \ + $(LIBXFCE4PANEL_CFLAGS) + + xfce4_diskperf_plugin_LDADD = \ ++ -lxfcegui4 \ + $(LIBXFCE4PANEL_LIBS) + +