diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-02 11:45:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-02 11:45:18 +0200 |
commit | e85fa91ec6655da593c0b8b31832045da5ad9ad4 (patch) | |
tree | 2e3ea23d1697b2b9e11ed00023783f9722dcf276 /package/xbitmaps/patches | |
parent | 5782397d77cd243c1174c98051158febe3a21641 (diff) |
update Xorg to 7.7
Diffstat (limited to 'package/xbitmaps/patches')
-rw-r--r-- | package/xbitmaps/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xbitmaps/patches/patch-Makefile_in b/package/xbitmaps/patches/patch-Makefile_in new file mode 100644 index 000000000..acfd06c53 --- /dev/null +++ b/package/xbitmaps/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- xbitmaps-1.1.1.orig/Makefile.in 2010-12-09 07:26:17.000000000 +0100 ++++ xbitmaps-1.1.1/Makefile.in 2013-04-30 14:18:50.000000000 +0200 +@@ -207,7 +207,7 @@ target_alias = @target_alias@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-pkgconfigdir = $(datadir)/pkgconfig ++pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = xbitmaps.pc + MAINTAINERCLEANFILES = ChangeLog INSTALL + bitmapdir = $(includedir)/X11/bitmaps |