openbsd-ports/multimedia/mlt/patches/patch-src_modules_qt_Makefile
zhuk 2917a671e2 Update MLT to 6.0.0.
The tests statistics improved in four times (twice more tests, twice less
failings). Remember to remove old mlt packages before build, this port
is one of those who'll pick up old libs from system when present.

From Rafael Sadowski with patience, thanks!
2016-04-03 19:15:23 +00:00

16 lines
405 B
Plaintext

$OpenBSD: patch-src_modules_qt_Makefile,v 1.2 2016/04/03 19:15:23 zhuk Exp $
XXX Dirty hack
--- src/modules/qt/Makefile.orig Thu Feb 18 00:43:24 2016
+++ src/modules/qt/Makefile Mon Feb 29 19:37:04 2016
@@ -31,6 +31,10 @@ ifdef USE_FFTW
CFLAGS += -DUSE_FFTW
endif
+ifdef X11BASE
+ CFLAGS += -I${X11BASE}/include
+endif
+
ifneq ($(targetos), Darwin)
ifneq ($(targetos), MinGW)
LDFLAGS += -lX11