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