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

View File

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