SOURCES: kmobiletools-gammu.patch (NEW) - fix gammu detection in c...
shadzik
shadzik at pld-linux.org
Sat Apr 7 00:00:46 CEST 2007
Author: shadzik Date: Fri Apr 6 22:00:45 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix gammu detection in configure scripts
- yes i know that it's not finished yet, but it might work after some patching
---- Files affected:
SOURCES:
kmobiletools-gammu.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/kmobiletools-gammu.patch
diff -u /dev/null SOURCES/kmobiletools-gammu.patch:1.1
--- /dev/null Sat Apr 7 00:00:45 2007
+++ SOURCES/kmobiletools-gammu.patch Sat Apr 7 00:00:40 2007
@@ -0,0 +1,11 @@
+--- configure.in.in 2007-04-06 20:24:51.000000000 +0200
++++ configure.in.in-new 2007-04-06 23:52:02.069609665 +0200
+@@ -36,7 +36,7 @@
+
+ AC_ARG_WITH(gammu, AC_HELP_STRING([--without-gammu], [Build kmobiletools without gammu engine (default: check)]),
+ [with_gammu=$withval], [with_gammu=yes])
+-if test "$with_gammu" = "yes" && false ; then # gammu forced to disabled till it'll be completed
++if test "$with_gammu" = "yes"; then # gammu forced to disabled till it'll be completed
+ KDE_CHECK_HEADER(gammu/gammu.h, [have_gammu="yes"], [have_gammu="no"])
+ if test "$have_gammu" = "yes"; then
+ AC_DEFINE(WITH_GAMMU, 1, [with GAMMU])
================================================================
More information about the pld-cvs-commit
mailing list