diff options
-rw-r--r-- | multimedia/kdenlive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index f8844d68ea92..4b2deb1beef0 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -29,7 +29,7 @@ USE_QT= concurrent core dbus declarative gui multimedia network \ buildtools_build qmake_build \ quickcontrols_run script svg webkit widgets USE_XORG= x11 -CFLAGS+= -I${LOCALBASE}/include # linux/input.h +CFLAGS+= -isystem${LOCALBASE}/include # linux/input.h CMAKE_ARGS= -DFFMPEG_SUFFIX:STRING="${FFMPEG_SUFX}" # Keep in sync with multimedia/mlt, possibly. |