diff options
author | stas <stas@FreeBSD.org> | 2009-03-13 17:26:23 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-03-13 17:26:23 +0800 |
commit | 079b45a508e4e49ce17018545bbaa0bff293bc1d (patch) | |
tree | 7c19b5881bea609e126208f96492081c567425bd /x11/libX11 | |
parent | 78defd57315527eb8b595cb7b61a1b87801a03d8 (diff) | |
download | freebsd-ports-gnome-079b45a508e4e49ce17018545bbaa0bff293bc1d.tar.gz freebsd-ports-gnome-079b45a508e4e49ce17018545bbaa0bff293bc1d.tar.zst freebsd-ports-gnome-079b45a508e4e49ce17018545bbaa0bff293bc1d.zip |
- Fix pkgconfig path.
Pointy hat to: me
Diffstat (limited to 'x11/libX11')
-rw-r--r-- | x11/libX11/files/patch-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/libX11/files/patch-Makefile.am b/x11/libX11/files/patch-Makefile.am new file mode 100644 index 000000000000..767a1d400908 --- /dev/null +++ b/x11/libX11/files/patch-Makefile.am @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2009-03-13 12:20:35.000000000 +0300 ++++ Makefile.am 2009-03-13 12:21:02.000000000 +0300 +@@ -5,7 +5,7 @@ + endif + SUBDIRS=include $(ORDER) nls man + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = x11.pc + if XCB + pkgconfig_DATA += x11-xcb.pc |