diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-21 16:09:47 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-21 16:21:25 +0100 |
commit | fc6cbda8bc99732c882bebfbcb70c56a9dbaa6b6 (patch) | |
tree | 29e01c0b5858a5b0e31b8240e0b18c1374b9cf39 /package/xcb-proto/patches | |
parent | 6242087c99b37f06756fd921411538889199f5ae (diff) |
chocolate-doom: add new package, add all dependencies and updates required to build
Diffstat (limited to 'package/xcb-proto/patches')
-rw-r--r-- | package/xcb-proto/patches/patch-xcb-proto_pc_in | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/package/xcb-proto/patches/patch-xcb-proto_pc_in b/package/xcb-proto/patches/patch-xcb-proto_pc_in index c5404312e..3732f4310 100644 --- a/package/xcb-proto/patches/patch-xcb-proto_pc_in +++ b/package/xcb-proto/patches/patch-xcb-proto_pc_in @@ -1,12 +1,13 @@ ---- xcb-proto-1.14.orig/xcb-proto.pc.in 2020-02-22 21:16:54.000000000 +0100 -+++ xcb-proto-1.14/xcb-proto.pc.in 2023-01-04 18:28:01.354784124 +0100 -@@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@ +--- xcb-proto-1.16.0.orig/xcb-proto.pc.in 2023-08-16 22:10:21.000000000 +0200 ++++ xcb-proto-1.16.0/xcb-proto.pc.in 2024-01-21 13:00:16.488006595 +0100 +@@ -2,9 +2,9 @@ prefix=@prefix@ + exec_prefix=@exec_prefix@ datarootdir=@datarootdir@ datadir=@datadir@ - libdir=@libdir@ -xcbincludedir=${pc_sysrootdir}@xcbincludedir@ --pythondir=${pc_sysrootdir}@pythondir@ +xcbincludedir=@xcbincludedir@ + PYTHON_PREFIX=@PYTHON_PREFIX@ +-pythondir=${pc_sysrootdir}@pythondir@ +pythondir=@pythondir@ Name: XCB Proto |