diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 03:34:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 03:34:03 +0000 |
commit | 5bff8e7bfda161127a5de38fd9210004f591218e (patch) | |
tree | 22ce65ff235253d7a661b087620b2525628b455c /audio/alac/Makefile | |
parent | 9606e35d58cb77ce81ab3588d7386aefa82f4309 (diff) | |
download | ports-5bff8e7bfda161127a5de38fd9210004f591218e.tar.gz ports-5bff8e7bfda161127a5de38fd9210004f591218e.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@>
Notes
Notes:
svn path=/head/; revision=190062
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 22bbbdeb420e..c0b330c37170 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> |