Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 278043 Details for
Bug 351296
=media-libs/libmtp-1.0.4: fails with sandbox violations (gnustep, java)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that should fix sandbox violations libmtp-1.1.0 (and potentially earlier versions)
ac_quoting.patch (text/plain), 820 bytes, created by
Fabian Kislat
on 2011-06-24 21:39:46 UTC
(
hide
)
Description:
Patch that should fix sandbox violations libmtp-1.1.0 (and potentially earlier versions)
Filename:
MIME Type:
Creator:
Fabian Kislat
Created:
2011-06-24 21:39:46 UTC
Size:
820 bytes
patch
obsolete
>--- m4/stdint.m4.old 2011-06-24 23:21:10.003434585 +0200 >+++ m4/stdint.m4 2011-06-24 23:08:24.489084564 +0200 >@@ -34,7 +34,7 @@ > ac_dir=`AS_DIRNAME(["$1"])` > if test "$ac_dir" != "$1" && test "$ac_dir" != .; then > # The file is in a subdirectory. >- test ! -d "$ac_dir" && AS_MKDIR_P(["$ac_dir"]) >+ test ! -d "$ac_dir" && (AS_MKDIR_P(["$ac_dir"])) > fi > > AX_CHECK_DEFINED_TYPE(uint8_t, >--- m4/byteorder.m4.old 2011-06-24 23:23:28.477307144 +0200 >+++ m4/byteorder.m4 2011-06-24 23:16:45.599482469 +0200 >@@ -35,7 +35,7 @@ > ac_dir=`AS_DIRNAME(["$1"])` > if test "$ac_dir" != "$1" && test "$ac_dir" != .; then > # The file is in a subdirectory. >- test ! -d "$ac_dir" && AS_MKDIR_P(["$ac_dir"]) >+ test ! -d "$ac_dir" && (AS_MKDIR_P(["$ac_dir"])) > fi > > # We're only interested in the target CPU, but it's not always set
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 351296
: 278043