From f63c13756033fc4bf4e93b7c082f79aee4d30ed6 Mon Sep 17 00:00:00 2001 From: marius Date: Tue, 17 Jun 2008 20:35:52 +0000 Subject: Compile mkisofs with '-O0' only in order to work around a bug causing its '-root' option to not work. Reported by: Ben Korvemaker Approved by: netchild --- sysutils/cdrtools/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sysutils') diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 18d45aedbb5d..093060ee033b 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -7,7 +7,7 @@ PORTNAME= cdrtools PORTVERSION?= 2.01 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES?= sysutils audio MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/ \ ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/ @@ -97,6 +97,8 @@ post-patch: # @${REINPLACE_CMD} -E -e \ # 's|#define.+INSERT_YOUR_EMAIL_ADDRESS_HERE|& "${MAINTAINER}"|' \ # ${WRKSRC}/cdrecord/cdrecord.c + @${CHMOD} u+w ${WRKSRC}/mkisofs/Makefile + @${ECHO} GCCOPTOPT=-O0 >> ${WRKSRC}/mkisofs/Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cdda2wav/OBJ/${CDRTLSTARGET}/cdda2wav \ -- cgit