Files
bsdports/media/libass/files/patch-x-libass-Makefile.am
2020-03-14 08:36:01 +00:00

15 lines
472 B
Plaintext

--- ./libass/Makefile.am~ 2015-01-07 18:29:04.000000000 +0200
+++ ./libass/Makefile.am 2020-03-14 09:46:14.634379000 +0200
@@ -2,9 +2,9 @@
-Werror-implicit-function-declaration -Wstrict-prototypes \
-Wpointer-arith -Wredundant-decls
-LIBASS_LT_CURRENT = 6
+LIBASS_LT_CURRENT = 5
LIBASS_LT_REVISION = 0
-LIBASS_LT_AGE = 1
+LIBASS_LT_AGE = 5
yasm_verbose = $(yasm_verbose_$(V))
yasm_verbose_ = $(yasm_verbose_$(AM_DEFAULT_VERBOSITY))