This commit is contained in:
Po-Chuan Hsieh 2022-09-10 21:36:47 +08:00
parent 4f5a0912a8
commit dc07b12d97
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ WWW= https://docs.ros.org/api/catkin/html/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= cmake>=3.15:devel/cmake-core \
BUILD_DEPENDS= cmake-core>=3.15:devel/cmake-core \
googletest>=1.8.1:devel/googletest \
${PYTHON_PKGNAMEPREFIX}ros-catkin_pkg>=0.4.0:devel/ros-catkin_pkg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}empy>=1:textproc/py-empy@${PY_FLAVOR} \

View File

@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= fails to build: vendor/github.com/DataDog/gopsutil/process/process_freebsd.go:95:9: cannot use k.Start.Sec * 1000 (value of type int32) as type int64 in return statement
BUILD_DEPENDS= cmake>=3.12:devel/cmake-core \
BUILD_DEPENDS= cmake-core>=3.12:devel/cmake-core \
go-bindata>0:devel/go-bindata
USES= go:modules python:3.7+