From c2e65ccf02e3a82fdb86684c96fd073f7b38dacd Mon Sep 17 00:00:00 2001 From: lofi Date: Fri, 14 Oct 2005 19:44:55 +0000 Subject: Back out last commit, the template got fixed in the meantime. --- audio/nas/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 77760afebfc8..0eef54e13287 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -24,10 +24,6 @@ MAKE_ENV+= COMPRESS_CMD="${COMPRESS_CMD:S/c//}" post-patch: @${FIND} ${WRKSRC} -name '*.c' | ${XARGS} ${GREP} -lF malloc.h \ | ${XARGS} ${REINPLACE_CMD} -n -e "s|||" -e t -e p -.if ${OSVERSION} < 500027 - @${FIND} ${WRKSRC} | ${XARGS} ${GREP} -lF stdint.h \ - | ${XARGS} ${REINPLACE_CMD} -e "s|||g" -.endif post-configure: # Work around shortcomings of the Image.rules et. al: -- cgit