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 | |
parent | f93ac09542e0cc2bc3355d830b9af20aa7c5e0c3 (diff) |
Notes
Diffstat (limited to 'databases/hk_classes/files')
-rw-r--r-- | databases/hk_classes/files/patch-configure | 15 | ||||
-rw-r--r-- | databases/hk_classes/files/patch-hk_classes_hk_database.h (renamed from databases/hk_classes/files/patch-hk_classes::hk_database.h) | 0 | ||||
-rw-r--r-- | databases/hk_classes/files/patch-utilities_Makefile.in (renamed from databases/hk_classes/files/patch-utilities::Makefile.in) | 8 |
3 files changed, 7 insertions, 16 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" diff --git a/databases/hk_classes/files/patch-hk_classes::hk_database.h b/databases/hk_classes/files/patch-hk_classes_hk_database.h index cd537d133b9b..cd537d133b9b 100644 --- a/databases/hk_classes/files/patch-hk_classes::hk_database.h +++ b/databases/hk_classes/files/patch-hk_classes_hk_database.h diff --git a/databases/hk_classes/files/patch-utilities::Makefile.in b/databases/hk_classes/files/patch-utilities_Makefile.in index b631f7705da1..2c77b7e8d89d 100644 --- a/databases/hk_classes/files/patch-utilities::Makefile.in +++ b/databases/hk_classes/files/patch-utilities_Makefile.in @@ -1,9 +1,9 @@ ---- utilities/Makefile.in.orig Sat Jul 22 12:09:44 2006 -+++ utilities/Makefile.in Sat Jul 22 12:11:59 2006 -@@ -237,22 +237,22 @@ +--- utilities/Makefile.in.orig 2006-12-17 15:27:52.000000000 +0100 ++++ utilities/Makefile.in 2012-02-19 19:21:04.761495232 +0100 +@@ -248,22 +248,22 @@ target_alias = @target_alias@ INCLUDES = -I../hk_classes - AM_CXXFLAGS = -Wall -W -Wconversion -Wshadow -Wcast-qual -Wwrite-strings + AM_CXXFLAGS = -Wall -W -Wconversion -Wshadow -Wcast-qual -Wwrite-strings -I@XMLINCLUDE@ @BITARCHITECTURE@ -hk_report_LDADD = ../hk_classes/libhk_classes.la -ldl +hk_report_LDADD = ../hk_classes/libhk_classes.la -largp ${LIBPTHREAD} hk_report_SOURCES = hk_reportutility.cpp |