Skip to content

Commit

Permalink
unpaper: fix build on old systems
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Aug 23, 2024
1 parent 498c172 commit a595a88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions graphics/unpaper/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ depends_build-append \
depends_lib port:ffmpeg${ffmpeg_ver}
depends_run port:netpbm

# meson.build: ERROR: Problem encountered: A C library compatible with POSIX.1-2008 is required.
compiler.blacklist-append \
*gcc-4.0 *gcc-4.2

configure.pkg_config_path ${prefix}/libexec/ffmpeg${ffmpeg_ver}/lib/pkgconfig

pre-configure {
Expand Down

0 comments on commit a595a88

Please sign in to comment.