Skip to content

Commit

Permalink
gdk-pixbuf2: tweak meson tiger fix
Browse files Browse the repository at this point in the history
muniversal.current_arch unavailable for use
will need a different workaround, probably
to be implemented in the meson PG
  • Loading branch information
kencu committed Oct 31, 2020
1 parent 34721b1 commit 74204d0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions graphics/gdk-pixbuf2/Portfile
Expand Up @@ -66,13 +66,8 @@ if {[variant_isset universal]} {

platform darwin 8 {
# meson on Tiger cannot use rpaths, so we workaround with this to find dylib
if {[info exists muniversal.current_arch]} {
build.env-append "DYLD_LIBRARY_PATH=${build_dir}-${muniversal.current_arch}/gdk-pixbuf"
destroot.env-append "DYLD_LIBRARY_PATH=${build_dir}-${muniversal.current_arch}/gdk-pixbuf"
} else {
build.env-append "DYLD_LIBRARY_PATH=${build_dir}/gdk-pixbuf"
destroot.env-append "DYLD_LIBRARY_PATH=${build_dir}/gdk-pixbuf"
}
build.env-append "DYLD_LIBRARY_PATH=${build_dir}/gdk-pixbuf"
destroot.env-append "DYLD_LIBRARY_PATH=${build_dir}/gdk-pixbuf"
}

variant bundle description {Enable application bundle relocation support} {
Expand Down

0 comments on commit 74204d0

Please sign in to comment.