libdv: fix url and use secure url in comment
This commit is contained in:
parent
4e017bc13b
commit
fe27e49a0e
1 changed files with 3 additions and 2 deletions
|
@ -17,9 +17,10 @@ class Libdv < Formula
|
|||
|
||||
def install
|
||||
# This fixes an undefined symbol error on compile.
|
||||
# See the port file for libdv. http://libdv.darwinports.com/
|
||||
# See the port file for libdv:
|
||||
# https://trac.macports.org/browser/trunk/dports/multimedia/libdv/Portfile
|
||||
# This flag is the preferred method over what macports uses.
|
||||
# See the apple docs: http://cl.ly/2HeF bottom of the "Finding Imported Symbols" section
|
||||
# See the apple docs: https://cl.ly/2HeF bottom of the "Finding Imported Symbols" section
|
||||
ENV.append "LDFLAGS", "-undefined dynamic_lookup"
|
||||
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue