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:
Daryl W. Grunau 2020-04-17 20:34:49 -06:00 committed by GitHub
parent 73d78ae176
commit 6cb11d489b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,11 @@ class Ddd(AutotoolsPackage, GNUMirrorPackage):
depends_on('gdb@4.16:') depends_on('gdb@4.16:')
depends_on('lesstif@0.89:') 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: # Needed for OSX 10.9 DP6 build failure:
# https://savannah.gnu.org/patch/?8178 # https://savannah.gnu.org/patch/?8178
patch('https://savannah.gnu.org/patch/download.php?file_id=29114', patch('https://savannah.gnu.org/patch/download.php?file_id=29114',