openbsd-ports/x11/kde/libs3/patches/patch-configure_in
espie e23c8a5f22 Fix aspell test. Aspell is required for koffice anyways, so this doesn't
change the CD list.
Compile with cups support. If cups is not installed, printing still works.
Add OpenEXR support.
2005-01-31 09:12:02 +00:00

13 lines
530 B
Plaintext

$OpenBSD: patch-configure_in,v 1.17 2005/01/31 09:12:03 espie Exp $
--- configure.in.orig Fri Jan 28 10:48:35 2005
+++ configure.in Fri Jan 28 10:50:57 2005
@@ -1674,7 +1674,7 @@ dnl ====================================
AC_LANG_SAVE
AC_LANG_C
dnl Check for aspell library
- KDE_CHECK_LIB(aspell, new_aspell_config, [LIBASPELL="-laspell"])
+ KDE_CHECK_LIB(aspell, new_aspell_config, [LIBASPELL="-laspell"],, -lstdc++ -lm)
KDE_CHECK_HEADER(aspell.h)
if test -z "$ac_cv_header_aspell_h"; then
echo ""