Skip to content

Commit

Permalink
Merge pull request #97 from titou386/public/8.3
Browse files Browse the repository at this point in the history
Wrong version of libjpeg on FreeBSD
  • Loading branch information
mherger authored Apr 25, 2022
2 parents 5ba7d63 + f7550b3 commit b4d1b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPAN/buildme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ function build_libjpeg {
$MAKE install
cd ..

elif [[ "$ARCH" =~ ^(i[3456]86-linux|x86_64-linux|i86pc-solaris).*$ || "$OS" == "FreeBSD" ]]; then
elif [[ "$ARCH" =~ ^(i[3456]86-linux|x86_64-linux|i86pc-solaris).*$ ]]; then
# build libjpeg-turbo
tar_wrapper zxf $TURBO_VER.tar.gz
cd $TURBO_VER
Expand Down

0 comments on commit b4d1b61

Please sign in to comment.