/[ports]/head/lang/ruby26/Makefile
ViewVC logotype

Diff of /head/lang/ruby26/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 524728 by pkubaj, Thu Jan 9 18:05:12 2020 UTC revision 524729 by pkubaj, Fri Jan 31 16:32:18 2020 UTC
# Line 23  BUILD_DEPENDS= libffi>=0:devel/libffi Line 23  BUILD_DEPENDS= libffi>=0:devel/libffi
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 \
# Line 98  CONFIGURE_ARGS+=--disable-dtrace Line 98  CONFIGURE_ARGS+=--disable-dtrace
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    

Legend:
Removed from v.524728  
changed lines
  Added in v.524729

  ViewVC Help
Powered by ViewVC 1.1.27