aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdrtools
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2008-06-17 20:35:52 +0000
committerMarius Strobl <marius@FreeBSD.org>2008-06-17 20:35:52 +0000
commita0ebae8bf4f38e96a61141ec5cdde61f4dea1cb9 (patch)
tree33730e96376161bdc6f184e2ab54c00ec1e081a4 /sysutils/cdrtools
parent2ee94d35a9577fcb34068bfc3af597ce790613c5 (diff)
downloadports-a0ebae8bf4f38e96a61141ec5cdde61f4dea1cb9.tar.gz
ports-a0ebae8bf4f38e96a61141ec5cdde61f4dea1cb9.zip
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
Notes
Notes: svn path=/head/; revision=215028
Diffstat (limited to 'sysutils/cdrtools')
-rw-r--r--sysutils/cdrtools/Makefile4
1 files changed, 3 insertions, 1 deletions
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 \