summaryrefslogtreecommitdiffstats
path: root/sysutils/cdrdao
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2006-08-27 21:28:50 +0000
committermarius <marius@FreeBSD.org>2006-08-27 21:28:50 +0000
commite96d5e16ff227b21fbdac6e287205467e28ebbde (patch)
treee6682757c70beb9fe73e5564701a552ea2dfa379 /sysutils/cdrdao
parentb23c619190bf63663590918a775e5f033533500e (diff)
downloadFreeBSD-ports-e96d5e16ff227b21fbdac6e287205467e28ebbde.zip
FreeBSD-ports-e96d5e16ff227b21fbdac6e287205467e28ebbde.tar.gz
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
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 0000000..f689947
--- /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)
OpenPOWER on IntegriCloud