diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-12 09:41:50 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-12 09:41:50 +0000 |
commit | 1bf8a74fbaec64d7a2c08b1204a134143a2cf7f5 (patch) | |
tree | b802cf57663c540940ae48a479db7c266622e6c5 /palm/synce-hal/files/patch-configure | |
parent | - Update to 0.9 (diff) |
- Update to 0.14
- Mark IGNORE for OSVERSION >= 800074
PR: ports/139328
Submitted by: myself
Approved by: maintainer, portmgr (miwi)
Notes
Notes:
svn path=/head/; revision=242712
Diffstat (limited to 'palm/synce-hal/files/patch-configure')
-rw-r--r-- | palm/synce-hal/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/palm/synce-hal/files/patch-configure b/palm/synce-hal/files/patch-configure new file mode 100644 index 000000000000..679580d384c5 --- /dev/null +++ b/palm/synce-hal/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig 2009-10-03 21:00:04.000000000 +1000 ++++ configure 2009-10-03 21:00:46.000000000 +1000 +@@ -12270,7 +12270,7 @@ + if test "x${with_hal_addon_dir}" = "xno"; then + hal_addon_dir="`pkg-config --variable=libdir hal`/hal/scripts" + +- hald_test_output=`hald --daemon=no 2>&1 | grep 'allowed paths' | grep "$hal_addon_dir"` ++ hald_test_output=`echo "$hal_addon_dir"` + if test $? -ne 0 + then + { { $as_echo "$as_me:$LINENO: error: Automatically determined hal script location ${hal_addon_dir} not in allowed paths, use --with-hal-addon-dir" >&5 +@@ -12282,7 +12282,7 @@ + else + hal_addon_dir="$with_hal_addon_dir" + +- hald_test_output=`hald --daemon=no 2>&1 | grep 'allowed paths' | grep "$hal_addon_dir"` ++ hald_test_output=`echo "$hal_addon_dir"` + if test $? -ne 0 + then + { $as_echo "$as_me:$LINENO: WARNING: Specified hal script location ${hal_addon_dir} not in allowed paths" >&5 |