Skip to content

Commit

Permalink
mesalib-glw: fix some audits.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jan 27, 2017
1 parent 1434f6d commit 7f46992
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/mesalib-glw.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
class MesalibGlw < Formula
desc "Open-source implementation of the OpenGL specification"
homepage "http://www.mesa3d.org"
url "https://downloads.sourceforge.net/project/mesa3d/MesaLib/7.2/MesaLib-7.2.tar.gz"
sha256 "a7b7cc8201006685184e7348c47cb76aecf71be81475c71c35e3f5fe9de909c6"
Expand Down Expand Up @@ -27,9 +28,7 @@ def install
s.gsub! %r{-L\$\(TOP\)/\$\(LIB_DIR\)}, "-L#{MacOS::X11.lib}"
end

inreplace "src/glw/Makefile" do |s|
s.gsub! %r{-I\$\(TOP\)/include }, ""
end
inreplace "src/glw/Makefile", %r{-I\$\(TOP\)/include }, ""

system "make"

Expand Down

0 comments on commit 7f46992

Please sign in to comment.