DDD bugfix (#16095)
* DDD: apply extended-prompt patch * DDD: apply extended-prompt patch * use the upstream patch Co-authored-by: Daryl W. Grunau <dwg@lanl.gov>
This commit is contained in:
parent
73d78ae176
commit
6cb11d489b
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ class Ddd(AutotoolsPackage, GNUMirrorPackage):
|
|||
depends_on('gdb@4.16:')
|
||||
depends_on('lesstif@0.89:')
|
||||
|
||||
# Patch to fix hangs due to injection of bogus GDB init settings:
|
||||
# https://savannah.gnu.org/bugs/index.php?58191
|
||||
patch('https://savannah.gnu.org/bugs/download.php?file_id=48852',
|
||||
sha256='8faf986f1dbe529c377f8683deaa8dc2b3b08fe7c297214c9e03860d5c4a1aab')
|
||||
|
||||
# Needed for OSX 10.9 DP6 build failure:
|
||||
# https://savannah.gnu.org/patch/?8178
|
||||
patch('https://savannah.gnu.org/patch/download.php?file_id=29114',
|
||||
|
|
Loading…
Reference in a new issue