summaryrefslogtreecommitdiffstats
path: root/redhat/Makefile.r14
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r--redhat/Makefile.r1410
1 files changed, 5 insertions, 5 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14
index 81225cdae..ac8148e4f 100644
--- a/redhat/Makefile.r14
+++ b/redhat/Makefile.r14
@@ -211,7 +211,7 @@ endif
lcms:
# Build on EL7, OSSTW
-ifeq (,$(filter $(DIST),.el7 osstw))
+ifneq (,$(filter $(DIST),.el7 .osstw))
$(call buildpkg,3rdparty/lcms)
endif
@@ -280,7 +280,7 @@ endif
recode:
# Build on OpenSUSE >= 15.0 only
-ifneq (,$(filter $(DIST),.oss150))
+ifneq (,$(filter $(DIST),.oss150 .osstw))
$(call buildpkg,3rdparty/recode)
endif
@@ -624,7 +624,7 @@ ksquirrel: tdebase libkipi libksquirrel
kstreamripper: tdebase
# Do NOT build on Fedora 27, OpenSUSE >= 15.0 (problem with scons and python3)
-ifeq (,$(filter $(DIST),.fc27 .oss150))
+ifeq (,$(filter $(DIST),.fc27 .oss150 .osstw))
$(call buildpkg,applications/kstreamripper)
endif
@@ -830,7 +830,7 @@ endif
klibido: pan
# Not on RHEL5, nor recent OpenSUSE
-ifeq (,$(filter $(DIST),.el5 .oss150))
+ifeq (,$(filter $(DIST),.el5 .oss150 .osstw))
$(call buildpkg,extras/klibido)
endif
@@ -853,7 +853,7 @@ mathemagics:
$(call buildpkg,extras/mathemagics)
pan: gmime intltool
-ifeq (,$(filter $(DIST),.el5 .oss150))
+ifeq (,$(filter $(DIST),.el5 .oss150 .osstw)))
$(call buildpkg,3rdparty/pan)
endif