Skip to content

Commit

Permalink
Build ImageMagick with CC -std=gnu99
Browse files Browse the repository at this point in the history
  • Loading branch information
hfm committed Feb 3, 2018
1 parent 9a296bb commit d6b2a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_script:
- cd ..
- git clone -b ImageMagick-6 --depth 1 https://github.com/ImageMagick/ImageMagick.git
- cd ImageMagick
- ./configure --prefix=/usr --without-xml --without-perl --disable-docs
- CC="${CC} -std=gnu99" ./configure --prefix=/usr --without-xml --without-perl --disable-docs
- make -j -l 4
- which clang
- sudo PATH=/usr/local/clang-3.4/bin:$PATH make install
Expand Down

0 comments on commit d6b2a86

Please sign in to comment.