diff options
author | edwin <edwin@FreeBSD.org> | 2007-04-16 11:34:03 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-04-16 11:34:03 +0800 |
commit | c3df1e5948f116d10d6d9065b9bca3219256c74b (patch) | |
tree | 2041a4bac4cc1391eb8101dfd373eb3f10fbe356 /audio/alac/Makefile | |
parent | c5bb212d524eeaa46704d8a4ad76fc4bff8f84ea (diff) | |
download | freebsd-ports-graphics-c3df1e5948f116d10d6d9065b9bca3219256c74b.tar.gz freebsd-ports-graphics-c3df1e5948f116d10d6d9065b9bca3219256c74b.tar.zst freebsd-ports-graphics-c3df1e5948f116d10d6d9065b9bca3219256c74b.zip |
[patch] audio/alac - cleanup non-supported FreeBSD versions
[patch] audio/grip - cleanup non-supported FreeBSD versions
[patch] audio/jack - cleanup non-supported FreeBSD versions
[patch] audio/libcddb - cleanup non-supported FreeBSD versions
PR: ports/111646, ports/111660, ports/111662, ports/111668
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Appproved by: Michael Johnson <ahze@>
Diffstat (limited to 'audio/alac/Makefile')
-rw-r--r-- | audio/alac/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/alac/Makefile b/audio/alac/Makefile index 22bbbdeb420..c0b330c3717 100644 --- a/audio/alac/Makefile +++ b/audio/alac/Makefile @@ -20,17 +20,11 @@ ALL_TARGET= alac PLIST_FILES= bin/alac PORTDOCS= README -.include <bsd.port.pre.mk> - post-patch: .if !defined(WITH_DEBUG) @${REINPLACE_CMD} -e 's|-ggdb||' \ ${WRKSRC}/${MAKEFILE} .endif -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|stdint.h|inttypes.h|' \ - ${WRKSRC}/*.* -.endif @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O3|${CFLAGS}|' \ ${WRKSRC}/${MAKEFILE} @@ -41,4 +35,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |