diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-10-14 19:44:55 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-10-14 19:44:55 +0000 |
commit | b5e76bed8a0965ef05a8e09e7e911bebc0415ad5 (patch) | |
tree | e42275675594b446d0af6268faec3289ea098297 | |
parent | Add fillets-ng, a wonderful puzzle game. (diff) |
Back out last commit, the template got fixed in the meantime.
-rw-r--r-- | audio/nas/Makefile | 4 |
1 files changed, 0 insertions, 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|<malloc.h>||" -e t -e p -.if ${OSVERSION} < 500027 - @${FIND} ${WRKSRC} | ${XARGS} ${GREP} -lF stdint.h \ - | ${XARGS} ${REINPLACE_CMD} -e "s|<stdint.h>|<inttypes.h>|g" -.endif post-configure: # Work around shortcomings of the Image.rules et. al: |