aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/xmp.rb11
1 files changed, 9 insertions, 2 deletions
diff --git a/Library/Formula/xmp.rb b/Library/Formula/xmp.rb
index 9ad8763f8..c6b8398df 100644
--- a/Library/Formula/xmp.rb
+++ b/Library/Formula/xmp.rb
@@ -1,9 +1,16 @@
require 'formula'
class Xmp < Formula
- url 'http://downloads.sourceforge.net/project/xmp/xmp/3.3.0/xmp-3.3.0.tar.gz'
+ url 'http://downloads.sourceforge.net/project/xmp/xmp/3.4.0/xmp-3.4.0.tar.gz'
homepage 'http://xmp.sourceforge.net'
- md5 '0ac15cdb68cf0a08f418d37b4c1843bd'
+ md5 '8d18f1340e46278f7006c4d6df385e4b'
+
+ def patches
+ # fixes compilation error with GCC 4.2
+ # can be removed in the next release
+ # http://sourceforge.net/mailarchive/message.php?msg_id=27928353
+ "http://downloads.sourceforge.net/project/xmp/xmp/3.4.0/xmp-3.4.0-ununsed-but-set-variable-gcc-warning.patch"
+ end
def install
system "./configure", "--prefix=#{prefix}"