diff options
Diffstat (limited to 'app-editors/nano/nano-2.8.7.ebuild')
-rw-r--r-- | app-editors/nano/nano-2.8.7.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-editors/nano/nano-2.8.7.ebuild b/app-editors/nano/nano-2.8.7.ebuild index 4463df57a3e0..49a313cd1936 100644 --- a/app-editors/nano/nano-2.8.7.ebuild +++ b/app-editors/nano/nano-2.8.7.ebuild @@ -31,11 +31,15 @@ DEPEND="${RDEPEND} virtual/pkgconfig static? ( ${LIB_DEPEND} )" +PATCHES=( + "${FILESDIR}/${P}-minimal_compile_fix.patch" #629510 +) + src_prepare() { + default if [[ ${PV} == "9999" ]] ; then eautoreconf fi - default } src_configure() { |