diff options
author | lofi <lofi@FreeBSD.org> | 2005-10-15 03:44:55 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-10-15 03:44:55 +0800 |
commit | c2e65ccf02e3a82fdb86684c96fd073f7b38dacd (patch) | |
tree | cde56a07d2eb1ddaffad84f709c4808a57a358aa | |
parent | 1444760ba6711416ad33450bd91736e8d841b36a (diff) | |
download | freebsd-ports-gnome-c2e65ccf02e3a82fdb86684c96fd073f7b38dacd.tar.gz freebsd-ports-gnome-c2e65ccf02e3a82fdb86684c96fd073f7b38dacd.tar.zst freebsd-ports-gnome-c2e65ccf02e3a82fdb86684c96fd073f7b38dacd.zip |
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: |