Skip to content

Commit

Permalink
glib: Add necessary patches
Browse files Browse the repository at this point in the history
Patches are from recent slackware source build.
  • Loading branch information
thomas committed Nov 6, 2019
1 parent f8cfc69 commit 8c302c2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions glib.be0
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ SRCURL[0]="https://ftp.gtk.org/pub/gtk/v${PKGVERSION[2]}/glib-${PKGVERSION}.tar.
## The sources will be patched in the order of the array.

# PATCHURL+=()
XPATCHROOT=${BEE_DOWNLOADDIR}
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-isowarning.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-gcc34.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-underquoted.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-no_undefined.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-multilib.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-unused-dep.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-autotools.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-format.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-gcc5.patch.gz)
PATCHURL+=(${XPATCHROOT}/glib-1.2.10-gcc9.patch.gz)

###############################################################################
## Uncomment the next statement, if the software may not be able to be built
Expand Down

0 comments on commit 8c302c2

Please sign in to comment.