libdv: fix url and use secure url in comment

This commit is contained in:
Viktor Szakats 2016-04-18 00:31:50 +02:00 committed by Andrew Janke
parent 4e017bc13b
commit fe27e49a0e

View file

@ -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",