aboutsummaryrefslogtreecommitdiff
path: root/multimedia/aegisub
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2020-05-09 19:24:49 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2020-05-09 19:24:49 +0000
commit7d4723292c529621329dafb7fc2aa27183da1eae (patch)
treeebef050ddf7b410c892c5607cd95abafad473cce /multimedia/aegisub
parent18bde20408d7061d471384faa0869b56273bcd8c (diff)
downloadports-7d4723292c529621329dafb7fc2aa27183da1eae.tar.gz
ports-7d4723292c529621329dafb7fc2aa27183da1eae.zip
Update devel/gmake to 4.3.
Some changes have been made in this release that break backwards compatibility. Let USES=gmake force users to upgrade to this version so port maintainers don't have to support older versions. PR: 245725 Exp-run by: antoine Approved by: portmgr (antoine)
Notes
Notes: svn path=/head/; revision=534792
Diffstat (limited to 'multimedia/aegisub')
-rw-r--r--multimedia/aegisub/files/patch-Makefile.target11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/aegisub/files/patch-Makefile.target b/multimedia/aegisub/files/patch-Makefile.target
new file mode 100644
index 000000000000..3a84e06db188
--- /dev/null
+++ b/multimedia/aegisub/files/patch-Makefile.target
@@ -0,0 +1,11 @@
+--- Makefile.target.orig 2014-12-08 00:07:09 UTC
++++ Makefile.target
+@@ -112,7 +112,7 @@ POST_FLAGS = $($@_FLAGS) -c -o $@ $<
+ # Libraries contain all object files they depend on (but they may depend on other files)
+ # Not using libtool on OS X because it has an unsilenceable warning about a
+ # compatibility issue with BSD 4.3 (wtf)
+-lib%.a: $$($$*_OBJ)
++lib%.a: $$($$(*F)_OBJ)
+ @$(BIN_MKDIR_P) $(dir $@)
+ $(BIN_AR) cru $@ $(filter %.o,$^)
+ $(BIN_RANLIB) $@