Skip to content

Commit

Permalink
scantailor: fix linking against system libpng
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Mar 16, 2011
1 parent df528b3 commit df50145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/scantailor.rb
Expand Up @@ -11,7 +11,7 @@ class Scantailor < Formula
depends_on 'boost'

def install
system "cmake . #{std_cmake_parameters}"
system "cmake . #{std_cmake_parameters} -DPNG_INCLUDE_DIR=/usr/X11R6/include"
system "make install"
end
end

0 comments on commit df50145

Please sign in to comment.