diff options
| author | jeschli <jeschli@gmail.com> | 2018-10-26 12:25:40 +0200 |
|---|---|---|
| committer | jeschli <jeschli@gmail.com> | 2018-10-26 12:25:40 +0200 |
| commit | 787eeca9c4ea835793e1b712726d13fd457f8c17 (patch) | |
| tree | 747eaccb5f2b3ebe8ced74eaa1bd2ffe7b17ef35 /tv/5pkgs/compat/18.03/pass/no-darwin-getopt.patch | |
| parent | 10964d4ccec6ede88ddf3c5bf19891d436f88213 (diff) | |
| parent | 383c1dba38f8f61b61e5325b2cb57578766027a8 (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'tv/5pkgs/compat/18.03/pass/no-darwin-getopt.patch')
| -rw-r--r-- | tv/5pkgs/compat/18.03/pass/no-darwin-getopt.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tv/5pkgs/compat/18.03/pass/no-darwin-getopt.patch b/tv/5pkgs/compat/18.03/pass/no-darwin-getopt.patch new file mode 100644 index 0000000..e8f7e13 --- /dev/null +++ b/tv/5pkgs/compat/18.03/pass/no-darwin-getopt.patch @@ -0,0 +1,9 @@ +diff -Naur password-store-1.6.5-orig/src/platform/darwin.sh password-store-1.6.5/src/platform/darwin.sh +--- password-store-1.6.5-orig/src/platform/darwin.sh 2015-01-28 16:43:02.000000000 +0000 ++++ password-store-1.6.5/src/platform/darwin.sh 2015-02-15 16:09:02.000000000 +0000 +@@ -31,5 +31,4 @@ + mount -t hfs -o noatime -o nobrowse "$DARWIN_RAMDISK_DEV" "$SECURE_TMPDIR" || die "Error: could not mount filesystem on ramdisk." + } + +-GETOPT="$(brew --prefix gnu-getopt 2>/dev/null || { which port &>/dev/null && echo /opt/local; } || echo /usr/local)/bin/getopt" + SHRED="srm -f -z" |
