From 7dd5460e1096e7f41e0ec3b3ce1be66eda3abaa5 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sun, 8 Aug 2021 12:47:02 +0300 Subject: [PATCH] nnn: bump to 4.2 (#6121) --- app-misc/nnn/{nnn-4.1.recipe => nnn-4.2.recipe} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename app-misc/nnn/{nnn-4.1.recipe => nnn-4.2.recipe} (93%) diff --git a/app-misc/nnn/nnn-4.1.recipe b/app-misc/nnn/nnn-4.2.recipe similarity index 93% rename from app-misc/nnn/nnn-4.1.recipe rename to app-misc/nnn/nnn-4.2.recipe index eb7961dc5..bf0462f9e 100644 --- a/app-misc/nnn/nnn-4.1.recipe +++ b/app-misc/nnn/nnn-4.2.recipe @@ -16,7 +16,7 @@ COPYRIGHT="2016-2021 Arun Prakash Jana" LICENSE="BSD (2-clause)" REVISION="1" SOURCE_URI="https://github.com/jarun/nnn/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="8549ac5f3007337da4841e62da696507e753035f36ac4e0537502e261ce701e6" +CHECKSUM_SHA256="5675f9fe53bddfd92681ef88bf6c0fab3ad897f9e74dd6cdff32fe1fa62c687f" ARCHITECTURES="!x86_gcc2 x86_64" SECONDARY_ARCHITECTURES="x86" @@ -48,6 +48,8 @@ BUILD_PREREQUIRES=" BUILD() { + export LDFLAGS="-lgnu" + make -f misc/haiku/Makefile $jobArgs }