hexcurse: rebuild
This commit is contained in:
parent
436e004173
commit
ecd896a652
@ -4,14 +4,14 @@
|
||||
|
||||
pkgname=hexcurse
|
||||
pkgver=1.60.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Versatile ncurses-based hex editor."
|
||||
arch=('i686' 'x86_64')
|
||||
#url="https://directory.fsf.org/project/HexCurse/"
|
||||
url="https://github.com/LonnyGomes/hexcurse"
|
||||
license=('GPL')
|
||||
depends=('ncurses')
|
||||
makedepends=('autotools' 'gcc')
|
||||
makedepends=('autotools' 'gcc' 'ncurses-devel')
|
||||
options=('!makeflags')
|
||||
source=("${pkgname}-${pkgver}.tgz::https://github.com/LonnyGomes/hexcurse/archive/v${pkgver}.tar.gz"
|
||||
hexcurse-1.60.0-msys2-automake-version.diff
|
||||
@ -43,6 +43,8 @@ prepare() {
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
CFLAGS+=" -Wno-error -fcommon"
|
||||
|
||||
./configure \
|
||||
--build=${CHOST} \
|
||||
--host=${CHOST} \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user