From ffc2f2fcd82ca854998342cc7a05a1e9a384fc2e Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 2 Sep 2021 11:04:43 +0200 Subject: [PATCH] ncftp: fix build - fixed SRCURL - added arch-patch - force CC=gcc to prevent clang usage which fails to compile --- ncftp.be0 | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/ncftp.be0 b/ncftp.be0 index 5b96c031c..39ccba2e3 100755 --- a/ncftp.be0 +++ b/ncftp.be0 @@ -1,12 +1,15 @@ #!/usr/bin/env beesh -# BEE_VERSION ncftp-3.2.6-0 +# BEE_VERSION ncftp-3.2.6-1 # more info: https://ncftp.com SRCURL[0]="ftp://ftp.ncftp.com/ncftp/ncftp-${PKGVERSION}-src.tar.gz" -# PATCHURL+=() + +# "https://github.com/archlinux/svntogit-packages/raw/packages/ncftp/trunk/ncftp-reproducible.patch" + +PATCHURL+=("https://beehive.molgen.mpg.de/bf51aa93c785d366e19ccce78820da5a/ncftp-reproducible.patch") build_in_sourcedir @@ -20,9 +23,9 @@ build_in_sourcedir # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + CC=gcc bee_configure +} #mee_build() { # bee_build @@ -31,7 +34,3 @@ build_in_sourcedir #mee_install() { # bee_install #} - -#mee_install_post() { -# exit -#}