summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2009-08-16 08:05:49 +0000
committerAlin Năstac <mrness@gentoo.org>2009-08-16 08:05:49 +0000
commit71fdc674bfabdbc63e6b45ace65ca9a4659d77f4 (patch)
treefb866228c21a9fbc57b32441b71ac578bf25e81c /app-mobilephone/gammu/files
parentRemove old patch (diff)
downloadgentoo-2-71fdc674bfabdbc63e6b45ace65ca9a4659d77f4.tar.gz
gentoo-2-71fdc674bfabdbc63e6b45ace65ca9a4659d77f4.tar.bz2
gentoo-2-71fdc674bfabdbc63e6b45ace65ca9a4659d77f4.zip
Version bump. Skip locking test (#279960).
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone/gammu/files')
-rw-r--r--app-mobilephone/gammu/files/gammu-1.25.0-skip-locktest.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-mobilephone/gammu/files/gammu-1.25.0-skip-locktest.patch b/app-mobilephone/gammu/files/gammu-1.25.0-skip-locktest.patch
new file mode 100644
index 000000000000..65a7be0f743c
--- /dev/null
+++ b/app-mobilephone/gammu/files/gammu-1.25.0-skip-locktest.patch
@@ -0,0 +1,12 @@
+diff -Nru gammu-1.25.0.orig/tests/CMakeLists.txt gammu-1.25.0/tests/CMakeLists.txt
+--- gammu-1.25.0.orig/tests/CMakeLists.txt 2009-08-16 01:08:09.000000000 +0200
++++ gammu-1.25.0/tests/CMakeLists.txt 2009-08-16 01:40:36.000000000 +0200
+@@ -645,7 +645,7 @@
+
+ # Test for locking, only on !WIN32 and if we can write to lock dir
+ if (NOT WIN32)
+- execute_process(COMMAND test -w /var/lock/ RESULT_VARIABLE VAR_LOCK_WRITABLE)
++ set (VAR_LOCK_WRITABLE 1)
+ if (VAR_LOCK_WRITABLE EQUAL 0)
+ add_executable(locking locking.c)
+ target_link_libraries(locking libGammu)