diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-07-11 21:03:09 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-07-11 21:03:09 +0000 |
commit | 1b9be56d923bd467954be734a510ac5e15325ba9 (patch) | |
tree | 94235cf860cac8f36d39f04bc16e5f5d252a4f99 /lang/ruby23 | |
parent | fb42daa9b8161635a75652f4d6de010fbc77b8d0 (diff) | |
download | ports-1b9be56d923bd467954be734a510ac5e15325ba9.tar.gz ports-1b9be56d923bd467954be734a510ac5e15325ba9.zip |
Notes
Diffstat (limited to 'lang/ruby23')
-rw-r--r-- | lang/ruby23/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/ruby23/Makefile b/lang/ruby23/Makefile index e085761b51ee..ded5286c23ec 100644 --- a/lang/ruby23/Makefile +++ b/lang/ruby23/Makefile @@ -93,6 +93,11 @@ CONFIGURE_ARGS+=--disable-dtrace .endif .endif +# keep in sync with all platforms where libunwind is available +.if (${ARCH} == "amd64" || ${ARCH} == "i386") +LIB_DEPENDS+= libunwind.so:devel/libunwind +.endif + .if ${ARCH} == "powerpc64" USE_GCC= yes .endif |