diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-03-04 05:45:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-03-04 05:45:37 +0000 |
commit | bad02fcf85abae6fa43783472d993fdd95ac3931 (patch) | |
tree | 12ee51b086bf2489fc906a78f9f60e6b04f72067 /databases/hk_classes/files/patch-configure | |
parent | - Fix Dependency (diff) |
- Update 0.8.3
PR: 165572
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Notes
Notes:
svn path=/head/; revision=292634
Diffstat (limited to 'databases/hk_classes/files/patch-configure')
-rw-r--r-- | databases/hk_classes/files/patch-configure | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/databases/hk_classes/files/patch-configure b/databases/hk_classes/files/patch-configure index 65d24c0fc8eb..0bf44059a194 100644 --- a/databases/hk_classes/files/patch-configure +++ b/databases/hk_classes/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sat Jul 22 12:08:15 2006 -+++ configure Sat Jul 22 12:08:43 2006 -@@ -20549,7 +20549,7 @@ +--- configure.orig 2006-12-17 15:27:45.000000000 +0100 ++++ configure 2012-02-19 20:23:04.014494956 +0100 +@@ -20681,7 +20681,7 @@ py_version=`$PYTHON -c "from distutils.sysconfig import *; \ from string import join; \ print join(get_config_vars('VERSION'))"` @@ -9,12 +9,3 @@ if test -n "$PYTHON_VERSION"; then py_version=$PYTHON_VERSION else -@@ -20815,7 +20815,7 @@ - fi - - if test "x$with_fontconfig_libdir" != "x"; then -- FONTCONFIGLIBDIR=$with_fontconifg_libdir -+ FONTCONFIGLIBDIR=$with_fontconfig_libdir - fi - - ac_save_LIBS="$LIBS" |