diff options
| author | Misty De Meo | 2013-04-29 13:43:06 -0500 | 
|---|---|---|
| committer | Misty De Meo | 2013-04-29 13:46:08 -0500 | 
| commit | 47b947f4104e602cceee482223ab19fa53efb4a2 (patch) | |
| tree | eb15d57606e8c1adc4ba1208647798c5e90dfbd3 /Library/Formula/libxmp.rb | |
| parent | 9612423170a42e3b7a10bf688b574c903b4ee477 (diff) | |
| download | homebrew-47b947f4104e602cceee482223ab19fa53efb4a2.tar.bz2 | |
libxmp 4.1.1
Diffstat (limited to 'Library/Formula/libxmp.rb')
| -rw-r--r-- | Library/Formula/libxmp.rb | 16 | 
1 files changed, 2 insertions, 14 deletions
diff --git a/Library/Formula/libxmp.rb b/Library/Formula/libxmp.rb index 46a3c99bf..27f30ec1d 100644 --- a/Library/Formula/libxmp.rb +++ b/Library/Formula/libxmp.rb @@ -2,24 +2,12 @@ require 'formula'  class Libxmp < Formula    homepage 'http://xmp.sourceforge.net' -  url 'http://downloads.sourceforge.net/project/xmp/libxmp/4.1.0/libxmp-4.1.0.tar.gz' -  sha1 '778df5d2bbbf49a454024753c07dca6fb60bfdf9' +  url 'http://downloads.sourceforge.net/project/xmp/libxmp/4.1.1/libxmp-4.1.1.tar.gz' +  sha1 '42896b910f496a974caae95f543e7a12b6ec35fe'    head 'git://git.code.sf.net/p/xmp/libxmp'    depends_on :autoconf if build.head? -  def patches -    [ -      # disables symbol versioning via alias, which compiler rejects: -      # "only weak aliases are supported in this configuration" -      "https://github.com/cmatsuoka/libxmp/commit/ca0ba5c9bba275b964e9a2b61e2c089ef26c4096.patch", -      # upstream patches for build failures due to strncat/strncpy macros; -      # can remove on next release -      "https://github.com/cmatsuoka/libxmp/commit/c1c58d926912299c41e7828d1d8954a0745da72c.patch", -      "https://github.com/cmatsuoka/libxmp/commit/d8483eb3d330455e42b118e54e0f88ef2acde56d.patch" -    ] -  end unless build.head? -    def install      system "autoconf" if build.head?      system "./configure", "--prefix=#{prefix}"  | 
