pkgsrc/x11/libxkbui/patches/patch-ac
bjs 5547e379ed libxkbui does not depend on libXt (as per Matthieu Herrb). Thus,
remove this depedency from Makefile, b3.mk, configure scripts,
and xkbui.pc.in.  Bump Rev.
2007-11-23 14:34:33 +00:00

14 lines
365 B
Text

$NetBSD: patch-ac,v 1.1 2007/11/23 14:34:35 bjs Exp $
Follow patch-aa's lead.
--- xkbui.pc.in.orig 2005-11-19 02:15:48.000000000 -0500
+++ xkbui.pc.in
@@ -7,6 +7,6 @@ Name: xkbui
Description: The xkbui Library
Version: @PACKAGE_VERSION@
Requires: x11 kbproto
-Requires.private: x11 xt
+Requires.private: x11
Cflags: -I${includedir}
Libs: -L${libdir} -lxkbui