summaryrefslogtreecommitdiffstats
path: root/redhat/Makefile.r14
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2018-05-20 21:02:00 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2018-05-20 21:02:00 +0200
commit3505b711958493545ed72529a15bd2f19a7313cd (patch)
treed74b057284d0019b1318c9505e3b050becc75750 /redhat/Makefile.r14
parent5475bd3f14d1ea60a04ed2694989f2c1f9339010 (diff)
downloadtde-packaging-3505b711958493545ed72529a15bd2f19a7313cd.tar.gz
tde-packaging-3505b711958493545ed72529a15bd2f19a7313cd.zip
RPM packaging: update build scripts
Diffstat (limited to 'redhat/Makefile.r14')
-rw-r--r--redhat/Makefile.r144
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14
index e70f413eb..8460aaa55 100644
--- a/redhat/Makefile.r14
+++ b/redhat/Makefile.r14
@@ -623,7 +623,7 @@ ksquirrel: tdebase libkipi libksquirrel
$(call buildpkg,applications/ksquirrel)
kstreamripper: tdebase
-# Do NOT build on Fedora >= 27 (problem with scons and python3)
+# Do NOT build on Fedora 27, OpenSUSE >= 15.0 (problem with scons and python3)
ifeq (,$(filter $(DIST),.fc27 .oss150))
$(call buildpkg,applications/kstreamripper)
endif
@@ -853,7 +853,7 @@ mathemagics:
$(call buildpkg,extras/mathemagics)
pan: gmime intltool
-ifeq (,$(filter $(DIST),.el5))
+ifeq (,$(filter $(DIST),.el5 .oss150))
$(call buildpkg,3rdparty/pan)
endif