diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-07-29 12:57:12 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-07-29 12:59:04 +0300 |
commit | 23a576942782247c65cd06fc3ae3228278f281dc (patch) | |
tree | 884dae2df29801d4b574a9c07bc2bc5c0559e5d4 /textproc/exempi/files/patch-samples_source_Makefile.in | |
parent | www/py-flask-jwt-extended: Update to 4.4.3 (diff) |
textproc/exempi: update to 2.6.2. release (+)
Here are the changes:
* Update XMPCore to Adobe XMP SDK v2022.06
* Build system fixes that don’t matter.
* Fix a typo in an ID3 genre string
* Build XMP_SDK with some fatal warnings:
-Werror=missing-field-initializers
-Werror=misleading-indentation
-Werror=class-memaccess
* Remove (deprecated) boost_test_minimal
* CI: require “bionic” on Travis CI.
* Remove old .sym file (Daniel Kolesa)
* Added --enable-samples (default = yes) (Fabrice Fontaine)
Diffstat (limited to 'textproc/exempi/files/patch-samples_source_Makefile.in')
-rw-r--r-- | textproc/exempi/files/patch-samples_source_Makefile.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/exempi/files/patch-samples_source_Makefile.in b/textproc/exempi/files/patch-samples_source_Makefile.in new file mode 100644 index 000000000000..9afce776b44c --- /dev/null +++ b/textproc/exempi/files/patch-samples_source_Makefile.in @@ -0,0 +1,19 @@ +--- samples/source/Makefile.in.orig 2022-07-29 09:33:18 UTC ++++ samples/source/Makefile.in +@@ -129,7 +129,6 @@ noinst_PROGRAMS = xmpcoverage$(EXEEXT) xmpfilescoverag + dumpxmp$(EXEEXT) dumpmainxmp$(EXEEXT) customschema$(EXEEXT) \ + modifyingxmp$(EXEEXT) readingxmp$(EXEEXT) \ + xmpcommandtool$(EXEEXT) +-@UNIX_ENV_TRUE@am__append_1 = -lrt + subdir = samples/source + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \ +@@ -438,7 +437,7 @@ XMPLIBS = $(top_builddir)/XMPCore/source/libXMPCore.la + XMPLIBS = $(top_builddir)/XMPCore/source/libXMPCore.la \ + $(top_builddir)/XMPFiles/source/libXMPFiles.la \ + $(top_builddir)/source/libxmpcommon.la -lexpat -lz \ +- $(top_builddir)/third-party/zuid/interfaces/libmd5.la -ldl \ ++ $(top_builddir)/third-party/zuid/interfaces/libmd5.la \ + $(am__append_1) + noinst_LTLIBRARIES = libsamplescommon.la + libsamplescommon_la_SOURCES = common/DumpFile.cpp common/DumpFile.h \ |