aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2008-06-18 04:35:52 +0800
committermarius <marius@FreeBSD.org>2008-06-18 04:35:52 +0800
commitf63c13756033fc4bf4e93b7c082f79aee4d30ed6 (patch)
tree2191097ef1af1830d31fc3c7d0940e2e640e0869 /sysutils
parent84ae7787f276863af7da9d535f4e010715321232 (diff)
downloadfreebsd-ports-gnome-f63c13756033fc4bf4e93b7c082f79aee4d30ed6.tar.gz
freebsd-ports-gnome-f63c13756033fc4bf4e93b7c082f79aee4d30ed6.tar.zst
freebsd-ports-gnome-f63c13756033fc4bf4e93b7c082f79aee4d30ed6.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
Diffstat (limited to 'sysutils')
-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 \