Skip to content

Commit

Permalink
gimp-git: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed Apr 2, 2024
1 parent 42c71a2 commit 2de2a86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions community/gimp-git/build
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export DESTDIR="$1"
export CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
export CXXFLAGS="$CXXFLAGS -D_LARGEFILE64_SOURCE"

git submodule update --init --recursive

# Below will allow the build to continue without gettext.
sed \
-e "/subdir('po/d" \
Expand Down

0 comments on commit 2de2a86

Please sign in to comment.