don't pick gtkspell, doesn't even compile right now.
This commit is contained in:
parent
c5342a29b5
commit
308b4e6fa5
22
misc/logjam/patches/patch-configure
Normal file
22
misc/logjam/patches/patch-configure
Normal file
@ -0,0 +1,22 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2004/11/17 23:47:13 espie Exp $
|
||||
--- configure.orig Thu Nov 18 00:41:48 2004
|
||||
+++ configure Thu Nov 18 00:44:12 2004
|
||||
@@ -1502,8 +1502,10 @@ ac_config_commands="$ac_config_commands
|
||||
BASEMODULES="gtk+-2.0 libxml-2.0"
|
||||
HAVE_GTKSPELL=yes
|
||||
|
||||
+: ${WANT_GTKSPELL:=no}
|
||||
succeeded=no
|
||||
|
||||
+if test $WANT_GTKSPELL = yes; then
|
||||
if test -z "$PKG_CONFIG"; then
|
||||
# Extract the first word of "pkg-config", so it can be a program name with args.
|
||||
set dummy pkg-config; ac_word=$2
|
||||
@@ -1591,6 +1593,7 @@ echo "${ECHO_T}$LOGJAM_LIBS" >&6
|
||||
fi
|
||||
fi
|
||||
|
||||
+fi
|
||||
if test $succeeded = yes; then
|
||||
:
|
||||
else
|
Loading…
Reference in New Issue
Block a user