Only REINPLACE the needed files, making it less likely that Makefile.in gets

older than Makefile.am
This commit is contained in:
Antoine Brodin 2014-12-01 22:31:14 +00:00
parent b27613ab46
commit 56035a0de7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373725

View File

@ -49,8 +49,8 @@ post-patch:
@${FIND} ${WRKSRC} -type f -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
-e '/^DEFAULT_INCLUDES/ s|$$| -I$$(top_builddir)/include|' \
-e '/CFLAGS/ s|-O[12]||'
@${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
-i "" -e 's|<malloc.h>|<stdlib.h>|g'
@${REINPLACE_CMD} 's|<malloc.h>|<stdlib.h>|g' \
${WRKSRC}/build/config-default.h ${WRKSRC}/ou/src/ou/malloc.cpp
post-install:
${SED} -e '/PACKAGE/ s|^|//|; /VERSION/ s|^|//|' ${WRKSRC}/ode/src/config.h \