summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2009-09-05 06:19:02 +0000
committerAlin Năstac <mrness@gentoo.org>2009-09-05 06:19:02 +0000
commit51db7251393f41ad7aaaec53b9065a130abf1cce (patch)
treeb2b7eed8c4a09f2803e71b62a95d38b1e3894c7a /app-mobilephone/gammu/files
parentFix compile error when built without threads support (#283475). (diff)
downloadhistorical-51db7251393f41ad7aaaec53b9065a130abf1cce.tar.gz
historical-51db7251393f41ad7aaaec53b9065a130abf1cce.tar.bz2
historical-51db7251393f41ad7aaaec53b9065a130abf1cce.zip
Add python USE flag (#283671). Version bump (#283670).
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'app-mobilephone/gammu/files')
-rw-r--r--app-mobilephone/gammu/files/gammu-1.26.0-skip-locktest.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-mobilephone/gammu/files/gammu-1.26.0-skip-locktest.patch b/app-mobilephone/gammu/files/gammu-1.26.0-skip-locktest.patch
new file mode 100644
index 000000000000..345aa0a0005b
--- /dev/null
+++ b/app-mobilephone/gammu/files/gammu-1.26.0-skip-locktest.patch
@@ -0,0 +1,12 @@
+diff -Nru gammu-1.26.0.orig/tests/CMakeLists.txt gammu-1.26.0/tests/CMakeLists.txt
+--- gammu-1.26.0.orig/tests/CMakeLists.txt 2009-09-04 10:56:25.000000000 +0200
++++ gammu-1.26.0/tests/CMakeLists.txt 2009-09-05 07:46:58.000000000 +0200
+@@ -739,7 +739,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)