Ticket #58058: Portfile.diff

File Portfile.diff, 710 bytes (added by jmroot (Joshua Root), 5 years ago)
  • editors/elvis/Portfile

    diff --git a/editors/elvis/Portfile b/editors/elvis/Portfile
    index 70b5f6ea4d..f5dc260583 100644
    a b variant universal {} 
    2020
    2121configure.cc    "${configure.cc} ${configure.optflags} [get_canonical_archflags cc]"
    2222
    23 configure.args  --without-x
     23configure.args  --without-x --verbose
    2424
    25 patchfiles      patch-src-ref.c.diff
     25patchfiles      patch-src-ref.c.diff \
     26                configure.diff
     27
     28post-patch {
     29    reinplace "s|@@SDKROOT@@|${configure.sdkroot}|" ${worksrcpath}/configure
     30}
    2631
    2732# The x11 variant is seriously borked and needs patching to compile
    2833#variant         x11 {  depends_lib port:xorg-libX11 port:xorg-libOTHERS???