Merge pull request #1749 from awiouy/netbsd-curses

netbsd-curses: update to 4c156be
This commit is contained in:
MilhouseVH 2017-07-15 03:33:08 +01:00 committed by GitHub
commit 35f2d0c01c

View File

@ -1,6 +1,6 @@
################################################################################ ################################################################################
# This file is part of LibreELEC - https://libreelec.tv # This file is part of LibreELEC - https://libreelec.tv
# Copyright (C) 2016 Team LibreELEC # Copyright (C) 2016-present Team LibreELEC
# #
# LibreELEC is free software: you can redistribute it and/or modify # LibreELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
################################################################################ ################################################################################
PKG_NAME="netbsd-curses" PKG_NAME="netbsd-curses"
PKG_VERSION="47b256a" PKG_VERSION="4c156be"
PKG_ARCH="any" PKG_ARCH="any"
PKG_SITE="https://github.com/sabotage-linux/netbsd-curses" PKG_SITE="https://github.com/sabotage-linux/netbsd-curses"
PKG_URL="https://github.com/sabotage-linux/netbsd-curses/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/sabotage-linux/netbsd-curses/archive/$PKG_VERSION.tar.gz"
@ -27,7 +27,7 @@ PKG_SHORTDESC="netbsd-libcurses portable edition"
PKG_LONGDESC="netbsd-libcurses portable edition" PKG_LONGDESC="netbsd-libcurses portable edition"
pre_make_target() { pre_make_target() {
CFLAGS="$CFLAGS -fPIC" CFLAGS="$CFLAGS -fPIC -I${PKG_BUILD}/libcurses"
} }
make_target() { make_target() {