parent
3772632854
commit
f2008a44e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296691
16
multimedia/mlt/files/patch-src__modules__kdenlive__Makefile
Normal file
16
multimedia/mlt/files/patch-src__modules__kdenlive__Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
--- ./src/modules/kdenlive/Makefile.orig 2012-05-15 08:54:26.554246237 +0200
|
||||
+++ ./src/modules/kdenlive/Makefile 2012-05-15 08:57:20.794280283 +0200
|
||||
@@ -3,6 +3,13 @@
|
||||
LDFLAGS += -L../../framework -lmlt
|
||||
|
||||
include ../../../config.mak
|
||||
+include ../../framework/config.mak
|
||||
+
|
||||
+ifeq ($(targetos), FreeBSD)
|
||||
+ ifdef HAVE_SYS_PARAM_H
|
||||
+ CFLAGS += -DHAVE_SYS_PARAM_H
|
||||
+ endif
|
||||
+endif
|
||||
|
||||
TARGET = ../libmltkdenlive$(LIBSUF)
|
||||
|
Loading…
Reference in New Issue
Block a user