diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2019-01-31 02:32:56 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2019-01-31 02:32:56 +0000 |
commit | be5bd93e3bf9ce7708b39093d07f56aa7181e6b0 (patch) | |
tree | 2c2674f3b06b8df520be491304897eb51e51e31d /security/libgpg-error/files/patch-src_gpgrt-config | |
parent | graphics/gpxsee: update to 7.2 (diff) |
security/libgpg-error: update to 1.35
- Remove patch for the gpgrt-config issue fixed upstream
- Reorder variables as per PH
Notes
Notes:
svn path=/head/; revision=491677
Diffstat (limited to 'security/libgpg-error/files/patch-src_gpgrt-config')
-rw-r--r-- | security/libgpg-error/files/patch-src_gpgrt-config | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/security/libgpg-error/files/patch-src_gpgrt-config b/security/libgpg-error/files/patch-src_gpgrt-config deleted file mode 100644 index 0f4fce937f51..000000000000 --- a/security/libgpg-error/files/patch-src_gpgrt-config +++ /dev/null @@ -1,22 +0,0 @@ ---- src/gpgrt-config.orig 2018-11-15 16:10:09 UTC -+++ src/gpgrt-config -@@ -448,8 +448,8 @@ sysroot () { - _result="$_result${_result:+ }$_opt" - shift - _result="$_result $PKG_CONFIG_SYSROOT_DIR$1" -- elif expr "$1" : "^$_opt" >/dev/null; then -- _result="$_result${_result:+ }$_opt$PKG_CONFIG_SYSROOT_DIR$(expr "$1" : "^$_opt\(.*\)")" -+ elif expr "x$1" : "^x$_opt" >/dev/null; then -+ _result="$_result${_result:+ }$_opt$PKG_CONFIG_SYSROOT_DIR$(expr "x$1" : "^x$_opt\(.*\)")" - else - _result="$_result${_result:+ }$1" - fi -@@ -568,7 +568,7 @@ done - - if [ -z "$module_list" ]; then - module_list=${myname%-config} --elif expr match "$module_list" "=\|!=\|<\|>\|<=\|>=" >/dev/null; then -+elif expr "$module_list" : "=\|!=\|<\|>\|<=\|>=" >/dev/null; then - module_list="${myname%-config} $module_list" - fi - |