diff options
Diffstat (limited to 'package/xcb-proto/patches/patch-xcb-proto_pc_in')
-rw-r--r-- | package/xcb-proto/patches/patch-xcb-proto_pc_in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/xcb-proto/patches/patch-xcb-proto_pc_in b/package/xcb-proto/patches/patch-xcb-proto_pc_in new file mode 100644 index 000000000..b16750915 --- /dev/null +++ b/package/xcb-proto/patches/patch-xcb-proto_pc_in @@ -0,0 +1,10 @@ +--- xcb-proto-1.6.orig/xcb-proto.pc.in 2008-08-27 10:12:22.000000000 +0200 ++++ xcb-proto-1.6/xcb-proto.pc.in 2011-01-24 16:11:29.000000000 +0100 +@@ -1,6 +1,6 @@ + prefix=@prefix@ + datarootdir=@datarootdir@ +-datadir=@datadir@ ++datadir=${prefix}/../@datadir@ + xcbincludedir=@xcbincludedir@ + pythondir=@pythondir@ + |