diff options
| author | lassulus <lass@blue.r> | 2018-10-07 11:41:44 +0200 |
|---|---|---|
| committer | lassulus <lass@blue.r> | 2018-10-07 11:41:44 +0200 |
| commit | b4c5c19112f16d6d71455be0c4b9b946b4909c30 (patch) | |
| tree | f0d5846763d84d83b2cf3ee372c10c9e4f2a6321 /tv/5pkgs/compat/18.03/pass/no-darwin-getopt.patch | |
| parent | 8bb0e8442e377cb1152959d5de4f61cb135cc31a (diff) | |
| parent | 94c1cf62732f26944b5bb613c4880011f68420a3 (diff) | |
Merge remote-tracking branch 'ni/master' into 18.09
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" |
