diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-09 12:08:19 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-09 12:08:19 +0300 |
commit | d5dd9d9ad2284a8a5b15b0245c16223554da74bd (patch) | |
tree | 4b64c813c86f09246e14c11cb5542c1caf5e6c26 /xorg/xcb-proto/build | |
parent | b099fb92cdef9687014830b3c6b5e7fb8d80ea49 (diff) | |
download | repository-d5dd9d9ad2284a8a5b15b0245c16223554da74bd.tar.gz |
xcb-proto: fix python build
Diffstat (limited to 'xorg/xcb-proto/build')
-rwxr-xr-x | xorg/xcb-proto/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg/xcb-proto/build b/xorg/xcb-proto/build index 6daf22f8..4eb8bff5 100755 --- a/xorg/xcb-proto/build +++ b/xorg/xcb-proto/build @@ -1,5 +1,7 @@ #!/bin/sh -e +patch -p1 < python-3.9.patch + ./configure \ --prefix=/usr |