aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdrdao
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2006-08-27 21:28:50 +0000
committerMarius Strobl <marius@FreeBSD.org>2006-08-27 21:28:50 +0000
commit864a63ed0a84d49699802130606a7fde932d788c (patch)
tree621a31d69390612b578a0f614e6d879dc1ad909a /sysutils/cdrdao
parent2eefb86c1068e420a797625f76ebfcb07e670159 (diff)
downloadports-864a63ed0a84d49699802130606a7fde932d788c.tar.gz
ports-864a63ed0a84d49699802130606a7fde932d788c.zip
Fix build on 7.0-CURRENT sparc64 by ignoring the result of executing
avoffset. What happens is that on sparc64 when avoffset is compiled with optimizations, it dumps core due to a SIGILL instead of failing gracefully. If this happens during the build of a Schily tool like cdrtools etc, it doesn't cause any further problems as all build errors are ignored in the Schily build system. When built as part of cdrdao, build errors in the Schily libs are reported upwards though, albeit with an illegal exit status of -1, which was ignored until a change in sh(1) earlier this year. Reported by: kris/pointyhat Approved by: netchild
Notes
Notes: svn path=/head/; revision=171486
Diffstat (limited to 'sysutils/cdrdao')
-rw-r--r--sysutils/cdrdao/files/patch-scsilib::inc::avoffset.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/cdrdao/files/patch-scsilib::inc::avoffset.mk b/sysutils/cdrdao/files/patch-scsilib::inc::avoffset.mk
new file mode 100644
index 000000000000..f6899477dae0
--- /dev/null
+++ b/sysutils/cdrdao/files/patch-scsilib::inc::avoffset.mk
@@ -0,0 +1,8 @@
+--- scsilib/inc/avoffset.mk.orig Sun Jul 13 00:55:06 2003
++++ scsilib/inc/avoffset.mk Fri Aug 25 13:34:32 2006
+@@ -15,3 +15,5 @@
+ ###########################################################################
+ include $(SRCROOT)/$(RULESDIR)/rules.inc
+ ###########################################################################
++
++.IGNORE: $(PTARGET)