mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #1749 from awiouy/netbsd-curses
netbsd-curses: update to 4c156be
This commit is contained in:
commit
35f2d0c01c
@ -1,6 +1,6 @@
|
||||
################################################################################
|
||||
# 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
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="netbsd-curses"
|
||||
PKG_VERSION="47b256a"
|
||||
PKG_VERSION="4c156be"
|
||||
PKG_ARCH="any"
|
||||
PKG_SITE="https://github.com/sabotage-linux/netbsd-curses"
|
||||
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"
|
||||
|
||||
pre_make_target() {
|
||||
CFLAGS="$CFLAGS -fPIC"
|
||||
CFLAGS="$CFLAGS -fPIC -I${PKG_BUILD}/libcurses"
|
||||
}
|
||||
|
||||
make_target() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user