Skip to content

Commit

Permalink
multimedia/libxine: Fix binutils 2.39 regression
Browse files Browse the repository at this point in the history
Fix build under 2.39.

PR:		265917
Obtained from:	https://www.linuxquestions.org/questions/slackware-14/\
		regression-on-current-with-xine-lib-4175715727/
  • Loading branch information
cschuber committed Nov 7, 2022
1 parent 1d2e6d5 commit eab31cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions multimedia/libxine/Makefile
Expand Up @@ -170,6 +170,8 @@ pre-configure-GNUTLS-off:
${WRKSRC}/configure

post-patch:
@${REINPLACE_CMD} -e '/xine_set_flags/s/XINE_PROTECTED//' \
${WRKSRC}/include/xine.h
.if ${COMPILER_TYPE} == "clang"
@${REINPLACE_CMD} -e 's|-fno-rename-registers||' \
${WRKSRC}/src/libw32dll/Makefile.in
Expand Down

0 comments on commit eab31cc

Please sign in to comment.