summaryrefslogtreecommitdiff
path: root/editors/mp/files/patch-makefile.in
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2022-02-23 12:43:55 -0500
committerJason E. Hale <jhale@FreeBSD.org>2022-02-24 09:24:15 -0500
commitb65af6ede18ed22bffc4cef9501bcef6117df14d (patch)
tree2faa4c2cba7ac2d14980d9306f8e33c5f30afeb7 /editors/mp/files/patch-makefile.in
parentaudio/kid3-*: Update to 3.9.1 (diff)
editors/mp: Update to 5.57
The source code for mpdm and mpsl was merged back into the main project tree.
Diffstat (limited to 'editors/mp/files/patch-makefile.in')
-rw-r--r--editors/mp/files/patch-makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/mp/files/patch-makefile.in b/editors/mp/files/patch-makefile.in
index be2c6b91518e..b31224da7c16 100644
--- a/editors/mp/files/patch-makefile.in
+++ b/editors/mp/files/patch-makefile.in
@@ -1,11 +1,11 @@
---- makefile.in.orig 2020-10-11 16:57:43 UTC
+--- makefile.in.orig 2022-02-03 09:30:31 UTC
+++ makefile.in
-@@ -52,13 +52,13 @@ mp.zip.o: mp.zip
- $(LD) -r -b binary mp.zip -o $@
+@@ -56,13 +56,13 @@ $(MPSL)/libmpsl.a: $(MPSL)/VERSION $(MPSL)/config.h
+ $(MAKE) -C $(MPSL) libmpsl.a
- $(APPNAME): $(OBJS) $(MPDM)/libmpdm.a $(MPSL)/libmpsl.a
-- $(CCLINK) $(CFLAGS) $(OBJS) `cat config.ldflags` -o $@
-+ $(CCLINK) $(LDFLAGS) $(OBJS) `cat config.ldflags` -o $@
+ $(APPNAME): $(OBJS) $(DRV_OBJS) $(MPDM)/libmpdm.a $(MPSL)/libmpsl.a
+- $(CCLINK) $(CFLAGS) $(OBJS) $(DRV_OBJS) `cat config.ldflags` -o $@
++ $(CCLINK) $(LDFLAGS) $(OBJS) $(DRV_OBJS) `cat config.ldflags` -o $@
mpv_kde4.o: mpv_kde4.cpp mpv_qk_common.moc
- $(CPP) $(CFLAGS) -I. `cat config.cflags` -c $<