Thanks to Grzegorz Blach <magik@roorback.net> for doing the hard work preparing the initial version of the update! PR: ports/148038 Submitted by: Grzegorz Blach <magik@roorback.net> (based on)
17 lines
450 B
Makefile
17 lines
450 B
Makefile
CONFIGURE_ARGS= --disable-ecore-con \
|
|
--disable-ecore-directfb \
|
|
--disable-ecore-evas \
|
|
--disable-ecore-file \
|
|
--disable-glib \
|
|
--disable-gnutls \
|
|
--disable-ecore-imf \
|
|
--disable-ecore-imf_evas \
|
|
--disable-ecore-input \
|
|
--disable-ecore-input_evas \
|
|
--disable-ecore-ipc \
|
|
--disable-ecore-sdl \
|
|
--disable-ecore-x
|
|
|
|
post-patch: ecore_drop_librt
|
|
ecore_drop_librt:
|
|
@${REINPLACE_CMD} -E -e 's,(rt_libs=).*,\1,g' ${WRKSRC}/configure
|