- /objformat=/s|=.*|=elf|

This commit is contained in:
Andrew Pantyukhin 2007-02-08 04:19:04 +00:00
parent a3b23141e0
commit fed18486dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184546

View File

@ -79,6 +79,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \
${WRKSRC}/plugins/audiocodec/* \
${WRKSRC}/plugins/videocodec/*
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
.if !defined(WITH_OPTIMIZED_CFLAGS)
@${REINPLACE_CMD} -e 's|-O3 -funroll-all-loops -fomit-frame-pointer|${CFLAGS}|' \
${WRKSRC}/configure