mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
irc/weechat: Remove Ruby LIB_DEPENDS
- unwind is a dependency of Ruby Submitted by: sunpoet
This commit is contained in:
parent
7362199f87
commit
34bdaf27f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457781
@ -76,10 +76,6 @@ CMAKE_ARGS+= -DENABLE_PYTHON3:BOOL=true \
|
||||
-DPYTHON_LIBRARY:FILEPATH=${LOCALBASE}/lib/libpython${PYTHON_VER}m.so
|
||||
.endif
|
||||
|
||||
.if !empty(PORT_OPTIONS:MRUBY) && (${ARCH} == "amd64" || ${ARCH} == "i386")
|
||||
LIB_DEPENDS+= libunwind.so:devel/libunwind
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$${LIBDIR}/../pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' \
|
||||
${WRKSRC}/CMakeLists.txt
|
||||
|
Loading…
Reference in New Issue
Block a user