Skip to content

Commit

Permalink
glui: use secure url in comment, fix audit problem
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats authored and apjanke committed Apr 18, 2016
1 parent f509afa commit 83da9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/glui.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ class Glui < Formula
end

# Fix compiler warnings in glui.h. Reported upstream:
# http://sourceforge.net/p/glui/patches/12/
# https://sourceforge.net/p/glui/patches/12/
patch :DATA

def install
cd "src" do
system "make", "setup"
system "make lib/libglui.a"
system "make", "lib/libglui.a"
lib.install "lib/libglui.a"
include.install "include/GL"
end
Expand Down

0 comments on commit 83da9ae

Please sign in to comment.