diff options
author | François Andriot <albator78@libertysurf.fr> | 2023-05-10 21:35:26 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2023-05-10 21:35:26 +0200 |
commit | 7919e63aaf97f638d59961ca54a87f975f9c436e (patch) | |
tree | f3aaa2c7f456aa2c66470049a206adb6433a18bb /redhat/Makefile | |
parent | 6783a326d4d2fe5d801183a16243d9f82489f26a (diff) | |
download | tde-packaging-7919e63aaf97f638d59961ca54a87f975f9c436e.tar.gz tde-packaging-7919e63aaf97f638d59961ca54a87f975f9c436e.zip |
RPM: add build scripts for Mageia 9
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/Makefile')
-rw-r--r-- | redhat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index 84a08053a..af67c851b 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -144,12 +144,12 @@ ifneq (,$(filter $(DIST), .oss151 .oss152 .oss153 .oss154 .osstw )) endif esound: -ifneq (,$(filter $(DIST), .mga6 .mga7 .mga8 .oss151 .oss152 .oss153 .oss154 .osstw )) +ifneq (,$(filter $(DIST), .mga6 .mga7 .mga8 .mga9 .oss151 .oss152 .oss153 .oss154 .osstw )) $(call buildpkg,3rdparty/esound) endif htdig: -ifneq (,$(filter $(DIST), .el7 .el8 .el9 .fc38 .mga6 .mga7 .mga8 )) +ifneq (,$(filter $(DIST), .el7 .el8 .el9 .fc38 .mga6 .mga7 .mga8 .mga9 )) $(call buildpkg,extras/htdig) endif @@ -159,7 +159,7 @@ ifneq (,$(filter $(DIST), .mga6 .mga7 .oss151 .osstw )) endif lcms: -ifneq (,$(filter $(DIST), .el7 .el8 .el9 .mga7 .mga8 .oss151 .oss152 .oss153 .oss154 .osstw )) +ifneq (,$(filter $(DIST), .el7 .el8 .el9 .mga7 .mga8 .mga9 .oss151 .oss152 .oss153 .oss154 .osstw )) $(call buildpkg,3rdparty/lcms) endif |