Re-enable symbol versioning. This fixes the undefined symbols.

PR:		ports/152616 ports/152612
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
		Pascal Stumpf <Pascal.Stumpf@cubes.de>
This commit is contained in:
Koop Mast
2010-11-27 16:02:15 +00:00
parent 8cb05da1e7
commit 05b7bd7eb4
2 changed files with 14 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
PORTNAME= libxml2
PORTVERSION= 2.7.8
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= textproc gnome
MASTER_SITES= ftp://fr.rpmfind.net/pub/libxml/ \
ftp://gd.tuwien.ac.at/pub/libxml/ \

View File

@@ -1,6 +1,15 @@
--- configure.orig 2010-03-20 17:52:35.000000000 -0400
+++ configure 2010-03-20 17:52:35.000000000 -0400
@@ -19865,11 +19865,12 @@ fi
--- configure.orig 2010-11-27 15:40:06.000000000 +0100
+++ configure 2010-11-27 15:40:06.000000000 +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
@@ -13501,11 +13501,12 @@ fi
fi
if test "$PYTHON_VERSION" != ""
then
@@ -14,7 +23,7 @@
else
if test -r $prefix/include/python$PYTHON_VERSION/Python.h
then
@@ -20678,6 +20679,8 @@ fi
@@ -13901,6 +13902,8 @@ fi
fi
fi
;;