express: add cast for %fj (#17764)

This commit is contained in:
ketsubouchi 2020-07-30 03:53:39 +09:00 committed by GitHub
parent 5b12c0f4a0
commit 1827db2859
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ class Express(CMakePackage):
# patch from the debian package repo: # patch from the debian package repo:
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811859 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811859
patch('gcc-6.patch', when='%gcc@6.0.0:') patch('gcc-6.patch', when='%gcc@6.0.0:')
patch('gcc-6.patch', when='%fj')
def patch(self): def patch(self):
with working_dir('src'): with working_dir('src'):