Commit 5b72f2fd authored by Yan Couto's avatar Yan Couto Committed by Kazushi (Jam) Marukawa

clisp and dos2unix dependency fix

parent 46485604
......@@ -9,6 +9,7 @@ class Clisp < Package
depends_on 'libsigsegv'
depends_on 'ffcall'
depends_on 'diffutils' => :build
def self.build
system "./configure", "--disable-static", "--enable-static", "--with-pic"
......
......@@ -7,6 +7,8 @@ class Dos2unix < Package
source_url 'https://downloads.sourceforge.net/project/dos2unix/dos2unix/7.3.5/dos2unix-7.3.5.tar.gz'
source_sha256 'a72caa2fb5cb739403315472fe522eda41aabab2a02ad6f5589639330af262e5'
depends_on 'gettext' => :build
def self.build
system 'make'
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment