ghostscript: limited fujitsu compiler's version to apply patch. (#20281)
This commit is contained in:
parent
50f8332d95
commit
46ec233a7d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Ghostscript(AutotoolsPackage):
|
||||||
depends_on('libxext')
|
depends_on('libxext')
|
||||||
depends_on('gtkplus')
|
depends_on('gtkplus')
|
||||||
|
|
||||||
patch('nogoto.patch', when='%fj')
|
patch('nogoto.patch', when='%fj@:4.1.0')
|
||||||
|
|
||||||
def url_for_version(self, version):
|
def url_for_version(self, version):
|
||||||
baseurl = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs{0}/ghostscript-{1}.tar.gz"
|
baseurl = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs{0}/ghostscript-{1}.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue