Skip to content

Commit

Permalink
Add -Wno-implicit-function-declaration parameter to fix giflib buil…
Browse files Browse the repository at this point in the history
…d. Who uses GIF still?!?
  • Loading branch information
mherger committed Oct 28, 2024
1 parent 5887d28 commit 206ddf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CPAN/buildme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1328,8 +1328,8 @@ function build_giflib {
tar_wrapper zxf giflib-4.1.6.tar.gz
cd giflib-4.1.6
. ../update-config.sh
CFLAGS="$FLAGS $OSX_ARCH $OSX_FLAGS -O3" \
LDFLAGS="$FLAGS $OSX_ARCH $OSX_FLAGS -O3" \
CFLAGS="$FLAGS $OSX_ARCH $OSX_FLAGS -O3 -Wno-implicit-function-declaration" \
LDFLAGS="$FLAGS $OSX_ARCH $OSX_FLAGS -O3 -Wno-implicit-function-declaration" \
./configure --prefix=$BUILD \
--disable-dependency-tracking
$MAKE
Expand Down

0 comments on commit 206ddf2

Please sign in to comment.