From 475f9cb62380936b87752fd6a412523f75fdeb2e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 5 Dec 2010 23:55:12 +0100 Subject: [PATCH] libxml2: fix errors about missing symbol versioning, bumprev. --- .../libxml2/patches/enable_symbol_versioning.patch | 11 +++++++++++ srcpkgs/libxml2/template | 1 + 2 files changed, 12 insertions(+) create mode 100644 srcpkgs/libxml2/patches/enable_symbol_versioning.patch diff --git a/srcpkgs/libxml2/patches/enable_symbol_versioning.patch b/srcpkgs/libxml2/patches/enable_symbol_versioning.patch new file mode 100644 index 00000000000..3e6060999b9 --- /dev/null +++ b/srcpkgs/libxml2/patches/enable_symbol_versioning.patch @@ -0,0 +1,11 @@ +--- configure.orig 2010-12-05 23:51:33.069152384 +0100 ++++ configure 2010-12-05 23:51:57.890020401 +0100 +@@ -11414,7 +11414,7 @@ else + esac + fi + +- if test -z "$VERSION_SCRIPT_FLAGS"; then ++ if test -n "$VERSION_SCRIPT_FLAGS"; then + USE_VERSION_SCRIPT_TRUE= + USE_VERSION_SCRIPT_FALSE='#' + else diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template index d7b0a4e1b11..89b8cbb069f 100644 --- a/srcpkgs/libxml2/template +++ b/srcpkgs/libxml2/template @@ -1,6 +1,7 @@ # Template build file for 'libxml2'. pkgname=libxml2 version=2.7.8 +revision=1 distfiles="http://xmlsoft.org/sources/$pkgname-$version.tar.gz" build_style=gnu_configure short_desc="Library providing XML and HTML support"