diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-13 09:26:23 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-13 09:26:23 +0000 |
commit | 08069982ac6e42005765c9432a06f7bead76a9dc (patch) | |
tree | b4d6a72059b9994a874748eb8eb57f8c9b83bd47 /x11 | |
parent | - Don't try to use dolt, it is broken with bash4. (diff) |
- Fix pkgconfig path.
Pointy hat to: me
Notes
Notes:
svn path=/head/; revision=229983
Diffstat (limited to 'x11')
-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 |