summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2016-10-18 19:41:57 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2016-10-18 19:41:57 +0200
commitf026379233f07b82eec19d89178729709e6f1b32 (patch)
treec4a90e38052ab4fd1777d1fb890d0dc92614277b
parent764213060d1d49c376ec6bf3c29826bcfc8e4690 (diff)
downloadtde-packaging-f026379233f07b82eec19d89178729709e6f1b32.tar.gz
tde-packaging-f026379233f07b82eec19d89178729709e6f1b32.zip
RPM packaging: remove k3b ftbfs workaround
-rw-r--r--redhat/applications/k3b/k3b-14.0.0.spec5
1 files changed, 0 insertions, 5 deletions
diff --git a/redhat/applications/k3b/k3b-14.0.0.spec b/redhat/applications/k3b/k3b-14.0.0.spec
index d7745ea13..792df2116 100644
--- a/redhat/applications/k3b/k3b-14.0.0.spec
+++ b/redhat/applications/k3b/k3b-14.0.0.spec
@@ -413,11 +413,6 @@ unset QTDIR QTINC QTLIB
export PATH="%{tde_bindir}:${PATH}"
export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig:${PKG_CONFIG_PATH}"
-# FFMPEG trick ...
-if [ -d "/usr/include/ffmpeg" ]; then
- export RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -I/usr/include/ffmpeg -I/opt/trinity/include"
-fi
-
if ! rpm -E %%cmake|grep -q "cd build"; then
%__mkdir_p build
cd build