Skip to content

Commit

Permalink
devel/newt: Fix configure failure after update to 0.52.21
Browse files Browse the repository at this point in the history
PR:	259101
  • Loading branch information
drTr0jan authored and neelchauhan committed Oct 13, 2021
1 parent b57a655 commit 6147179
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions devel/newt/Makefile
Expand Up @@ -35,7 +35,7 @@ OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
PYTHON_USES= python
PYTHON_CONFIGURE_WITH= python
PYTHON_CONFIGURE_WITH= python=${PYTHON_VERSION}
TCL_USES= tcl
TCL_CONFIGURE_WITH= tcl
TCL_CONFIGURE_ENV= ac_cv_c_tclconfig=${TCL_LIBDIR:Q}
Expand All @@ -52,10 +52,6 @@ post-patch:
/make -C/s|^|#| ; \
/whiptcl.$$(SOEXT)/s|install|${TRUE}|' ${WRKSRC}/Makefile.in

post-patch-PYTHON-on:
@${REINPLACE_CMD} -e \
'/PYTHONVERS/s|=.*|=${PYTHON_VERSION}|' ${WRKSRC}/configure.ac

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/whiptail
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnewt.so
Expand Down

0 comments on commit 6147179

Please sign in to comment.