mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
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)
19 lines
962 B
Text
19 lines
962 B
Text
--- 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 \
|