mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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
This commit is contained in:
parent
2eefb86c10
commit
864a63ed0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171486
1 changed files with 8 additions and 0 deletions
8
sysutils/cdrdao/files/patch-scsilib::inc::avoffset.mk
Normal file
8
sysutils/cdrdao/files/patch-scsilib::inc::avoffset.mk
Normal file
|
@ -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)
|
Loading…
Add table
Reference in a new issue