diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2008-04-05 20:40:20 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2008-04-05 20:40:20 +0000 |
commit | 61f95d83425437edf6e57e6bb454a37dc1794d43 (patch) | |
tree | 3125bd6446e79c7a6712c62aca1b72e7f1e0481a /databases/tora | |
parent | 5a9a09af5dd0f3a203c0d854e22a1e735e7ff3bf (diff) |
Notes
Diffstat (limited to 'databases/tora')
-rw-r--r-- | databases/tora/files/patch-configure.ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/tora/files/patch-configure.ac b/databases/tora/files/patch-configure.ac new file mode 100644 index 000000000000..63548048b2e0 --- /dev/null +++ b/databases/tora/files/patch-configure.ac @@ -0,0 +1,13 @@ +--- configure.ac.orig 2008-03-09 21:03:43.000000000 +0100 ++++ configure.ac 2008-04-05 14:34:02.000000000 +0200 +@@ -53,6 +53,9 @@ + AX_PATH_LIB_PCRE + AM_PATH_CPPUNIT([1.10.2], found_cppunit=yes) + AM_CONDITIONAL([CPPUNIT], [test "x$found_cppunit" = "xyes"]) ++# is mandatory check for libcompat ++AC_CHECK_LIB(compat, main, [LIBCOMPAT="-lcompat"]) dnl for *BSD ++AC_SUBST(LIBCOMPAT) + + # Makefile.am uses these + AM_CONDITIONAL(ENABLE_MONO, test "$enable_mono" = yes) + |