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 /audio/nas | |
parent | 4e9c7baa4a12fa469ccdad4e3b5532b3f7ace66c (diff) | |
download | ports-b5e76bed8a0965ef05a8e09e7e911bebc0415ad5.tar.gz ports-b5e76bed8a0965ef05a8e09e7e911bebc0415ad5.zip |
Notes
Diffstat (limited to 'audio/nas')
-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: |