diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2012-12-18 08:14:02 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2012-12-18 08:14:02 +0000 |
commit | 1fb39880e613af3c78789eedec1a5be24cacea01 (patch) | |
tree | 8b1249e08a2b37bc88857d33c5bd0d9a6515897f /sysutils/dvd+rw-tools | |
parent | 142171e3f3b5957e2ffd7b3602e4ea4c4b62ad42 (diff) | |
download | ports-1fb39880e613af3c78789eedec1a5be24cacea01.tar.gz ports-1fb39880e613af3c78789eedec1a5be24cacea01.zip |
Notes
Diffstat (limited to 'sysutils/dvd+rw-tools')
-rw-r--r-- | sysutils/dvd+rw-tools/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/dvd+rw-tools/Makefile b/sysutils/dvd+rw-tools/Makefile index 72980019df15..2f1877fbbd7b 100644 --- a/sysutils/dvd+rw-tools/Makefile +++ b/sysutils/dvd+rw-tools/Makefile @@ -14,6 +14,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= DVD burning software USE_CDRTOOLS= yes +# On some systems, among them one 900044 i386, the do-build-invoked +# "make" will just do nothing for reasons not yet found, as of +# dvd+rw-tools 7.1. It is supposed to call +# (m4 -DOS=`uname -s` Makefile.m4 | make -f - dvd+rw-tools) +# but returns success right away. +# Using gmake bypasses this problem for unknown reasons. Please leave it in, +# until the problem is analyzed and fixed - and please comment the fix here. +USE_GMAKE= yes MAN1= growisofs.1 BIN_FILES= growisofs dvd+rw-format dvd+rw-booktype dvd+rw-mediainfo dvd-ram-control |