Skip to content

Commit

Permalink
macports: missing appstream-glib dependency
Browse files Browse the repository at this point in the history
Can revert when macports/macports-ports#27286 is merged
  • Loading branch information
lukaso committed Jan 3, 2025
1 parent e337187 commit 0b6e928
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/macports1_install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,10 @@ fi
if [ -n "${PART4}" ]; then
echo "gcc13 being installed before gegl"

# Remove once https://github.com/macports/macports-ports/pull/27286 is merged
# missing dependency in appstream-glib
port_clean_and_install ossp-uuid

# libgcc12 is installed with GIMP so must be set for 10.13
port clean gcc13
# libgcc dependencies
Expand Down

0 comments on commit 0b6e928

Please sign in to comment.