diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-10-10 18:37:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-10-10 18:37:15 +0000 |
commit | ff529b35ac76ee8ce9b1b813bd9da0fbc0525453 (patch) | |
tree | 48ee2a6657cb37a6cfd3911d7e8b85d20eb16d93 /textproc/libxml2/files/patch-configure | |
parent | * Enable libxul support by default [1] (diff) |
Update to 2.7.6.
Notes
Notes:
svn path=/head/; revision=242638
Diffstat (limited to 'textproc/libxml2/files/patch-configure')
-rw-r--r-- | textproc/libxml2/files/patch-configure | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/textproc/libxml2/files/patch-configure b/textproc/libxml2/files/patch-configure index 82e883f0f11b..f31e3fcda1d6 100644 --- a/textproc/libxml2/files/patch-configure +++ b/textproc/libxml2/files/patch-configure @@ -1,6 +1,15 @@ ---- configure.orig 2008-05-24 00:14:51.000000000 -0500 -+++ configure 2008-05-24 00:17:51.000000000 -0500 -@@ -27275,11 +27275,12 @@ +--- configure.orig 2009-10-10 14:33:03.000000000 -0400 ++++ configure 2009-10-10 14:33:44.000000000 -0400 +@@ -12149,7 +12149,7 @@ CC="$lt_save_CC" + VERSION_SCRIPT_FLAGS= + $(/usr/bin/ld --help 2>&1 | grep -- --version-script >/dev/null) && \ + VERSION_SCRIPT_FLAGS=-Wl,--version-script= +-test "`uname`" == "SunOS" && \ ++test "`uname`" = "SunOS" && \ + VERSION_SCRIPT_FLAGS="-Wl,-M -Wl," + + if test -n "$VERSION_SCRIPT_FLAGS"; then +@@ -19856,11 +19856,12 @@ fi fi if test "$PYTHON_VERSION" != "" then |