aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mlt/files/patch-src-modules-sdl-Makefile
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2009-04-26 00:16:40 +0800
committermakc <makc@FreeBSD.org>2009-04-26 00:16:40 +0800
commit1af96c8c2c6b78b8f40edf1d06e5f4b250e412b8 (patch)
treee8679545dddb316fd62e989ab10bd561266af3c6 /multimedia/mlt/files/patch-src-modules-sdl-Makefile
parentb8ad10e8e8ea5e28abc16ce49f387954b76b8bbf (diff)
downloadfreebsd-ports-gnome-1af96c8c2c6b78b8f40edf1d06e5f4b250e412b8.tar.gz
freebsd-ports-gnome-1af96c8c2c6b78b8f40edf1d06e5f4b250e412b8.tar.zst
freebsd-ports-gnome-1af96c8c2c6b78b8f40edf1d06e5f4b250e412b8.zip
Fix linking when previous version is installed.
Bump PORTREVISION for dependent ports. PR: ports/133826 Submitted by: Alberto Villa (maintainer)
Diffstat (limited to 'multimedia/mlt/files/patch-src-modules-sdl-Makefile')
-rw-r--r--multimedia/mlt/files/patch-src-modules-sdl-Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/mlt/files/patch-src-modules-sdl-Makefile b/multimedia/mlt/files/patch-src-modules-sdl-Makefile
new file mode 100644
index 000000000000..b2ef64e2ec97
--- /dev/null
+++ b/multimedia/mlt/files/patch-src-modules-sdl-Makefile
@@ -0,0 +1,13 @@
+--- src/modules/sdl/Makefile.orig 2009-04-22 11:21:20.000000000 +0200
++++ src/modules/sdl/Makefile 2009-04-22 11:21:35.000000000 +0200
+@@ -18,9 +18,9 @@
+
+ CFLAGS +=-I../.. `sdl-config --cflags`
+
++LDFLAGS +=-L../../framework -lmlt
+ LDFLAGS +=`sdl-config --libs`
+
+-LDFLAGS +=-L../../framework -lmlt
+
+ ifeq ($(WITH_SDL_IMAGE),1)
+ OBJS += producer_sdl_image.o