| 23 |
LIB_DEPENDS= libyaml.so:textproc/libyaml |
LIB_DEPENDS= libyaml.so:textproc/libyaml |
| 24 |
RUN_DEPENDS= libffi>=0:devel/libffi |
RUN_DEPENDS= libffi>=0:devel/libffi |
| 25 |
|
|
| 26 |
USES= autoreconf cpe ssl tar:xz |
USES= autoreconf compiler cpe ssl tar:xz |
| 27 |
|
|
| 28 |
CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ |
CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ |
| 29 |
--disable-rpath \ |
--disable-rpath \ |
| 98 |
LIB_DEPENDS+= libunwind.so:devel/libunwind |
LIB_DEPENDS+= libunwind.so:devel/libunwind |
| 99 |
.endif |
.endif |
| 100 |
|
|
| 101 |
.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv1) || ${ARCH} == powerpc |
.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv1) || (${ARCH} == powerpc && ${CHOSEN_COMPILER_TYPE} == clang) |
| 102 |
USE_GCC= yes |
USE_GCC= yes |
| 103 |
.endif |
.endif |
| 104 |
|
|