]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
cairo: Update to 1.8.10.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Jun 2010 13:55:19 +0000 (15:55 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Jun 2010 13:55:19 +0000 (15:55 +0200)
pkgs/core/cairo/cairo.nm

index 180853602daf28f476d3f5c9c75c4e131d5d61e8..fe34c29deffb8ece174f1f4000314548f71e685a 100644 (file)
@@ -25,7 +25,7 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = cairo
-PKG_VER        = 1.8.4
+PKG_VER        = 1.8.10
 PKG_REL        = 0
 
 PKG_MAINTAINER =
@@ -45,7 +45,3 @@ define PKG_DESCRIPTION
 endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
-
-define STAGE_PREPARE_CMDS
-       cd $(DIR_APP) && sed -e "s/libpng12/& libpng14/g" -i configure
-endef