openbsd-ports/x11/gnome/controlcenter2/patches/patch-capplets_keybindings_Makefile_in
jasper 04a37c16ee - fix location of gnome-keybindings.pc
spotted by espie@ some time ago, thanks!
2008-04-15 15:07:03 +00:00

13 lines
589 B
Plaintext

$OpenBSD: patch-capplets_keybindings_Makefile_in,v 1.1 2008/04/15 15:07:03 jasper Exp $
--- capplets/keybindings/Makefile.in.orig Tue Apr 15 16:52:39 2008
+++ capplets/keybindings/Makefile.in Tue Apr 15 16:54:04 2008
@@ -349,7 +349,7 @@ desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop
xmldir = $(pkgdatadir)/keybindings
xml_in_files = 00-multimedia-key.xml.in 01-desktop-key.xml.in
xml_DATA = $(xml_in_files:.xml.in=.xml)
-pkgconfigdir = $(datadir)/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gnome-keybindings.pc
INCLUDES = \
$(GNOMECC_CAPPLETS_CFLAGS) \