mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
R, disable debugging attempts from prior build failures (#12171)
This commit is contained in:
@@ -13,7 +13,7 @@ variety of specific purposes but are not distributed with this package."
|
||||
HOMEPAGE="https://www.r-project.org/"
|
||||
COPYRIGHT="2024 The R Foundation for Statistical Computing"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://cloud.r-project.org/src/base/R-4/R-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3b33ea113e0d1ddc9793874d5949cec2c7386f66e4abfb1cef9aec22846c3ce1"
|
||||
SOURCE_DIR="R-$portVersion"
|
||||
@@ -132,9 +132,9 @@ BUILD()
|
||||
export CXXFLAGS="${CXXFLAGS/-Os/-O2}"
|
||||
export LIBS="-lnetwork -lbsd"
|
||||
|
||||
ls -l /system/data/icu/74.1
|
||||
ls -l /packages/icu74-74.1-6/.self/data/icu/74.1
|
||||
|
||||
# debugging attempts to fix build errors
|
||||
# ls -l /system/data/icu/74.1
|
||||
# ls -l /packages/icu74-74.1-6/.self/data/icu/74.1
|
||||
# runConfigure ./configure || { cat config.log; exit 1; }
|
||||
|
||||
runConfigure --omit-dirs "sysconfdir binDir" ./configure \
|
||||
|
||||
Reference in New Issue
Block a user