Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cairo: fix glibc-2.37 update
  • Loading branch information
wwwutz committed Oct 25, 2021
1 parent fb8d53b commit 553dae2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cairo.be0
@@ -1,18 +1,20 @@
#!/usr/bin/env beesh

# BEE_VERSION cairo-1.17.2-3
# BEE_VERSION cairo-1.17.2-4

# SRCURL[0]="https://cairographics.org/snapshots/cairo-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/321a07adaeb125cb5513079256d465fb/cairo-1.17.2.tar.xz"

# PATCHURL+=(/src/mariux/patches/0001-Revert-clip-boxes-Drop-too-early-return.patch)
PATCHURL[0]="https://beehive.molgen.mpg.de/fc7463f3e293e53ca34e123fb002e933/0001-Revert-clip-boxes-Drop-too-early-return.patch"
PATCHURL+=("https://beehive.molgen.mpg.de/fc7463f3e293e53ca34e123fb002e933/0001-Revert-clip-boxes-Drop-too-early-return.patch")

# https://wiki.gentoo.org/wiki/Project:Toolchain/Binutils_2.34_porting_notes/undefined_reference_to_bfd_get_section_*
PATCHURL+=("https://beehive.molgen.mpg.de/9c3a5d496da7ddad5f62f44cb8d624f9/cairo-1172-binutils-237-fix-bfd_get_section_vma.patch")

# build_in_sourcedir

# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}
Expand Down

0 comments on commit 553dae2

Please sign in to comment.