Files
dvdauthor/0012-Fix-another-build-warning.patch
Dave Plater 214c433642 - Add all patches from upstream git since last release, they're
all build system fixes:
  * 0001-change-to-interim-version-number.patch
  * 0002-fix-to-build-with-GraphicsMagick.patch
  * 0003-Looks-like-I-need-both-MAGICK_CPPFLAGS-and-MAGICK_CF.patch
  * 0004-try-using-simpler-way-of-building-with-ImageEMagick.patch
  * 0005-merge-MAGICK_CPPFLAGS-into-MAGICK_CFLAGS.patch
  * 0006-use-different-module-names-ImageMagick-vs-GraphicsMa.patch
  * 0007-No-longer-automatically-build-with-ImageMagick-or-Gr.patch
  * 0008-fix-incorrect-use-of-AC_ARG_WITH.patch
  * 0009-Use-pkg-config-to-find-FreeType-thanks-to-Lars-Wendl.patch
  * 0010-fix-some-build-warnings.patch
  * 0011-Use-PKG_CHECK_MODULES-to-detect-the-libxml2-library.patch
  * 0012-Fix-another-build-warning.patch
- Update patch gettext-fix.patch

- Disabled i586 build and remove obsolete statements from spec

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/dvdauthor?expand=0&rev=16
2025-10-17 14:55:55 +00:00

24 lines
605 B
Diff

From fe8fe3578f95f34889e7ed17591d02dceb4f42ed Mon Sep 17 00:00:00 2001
From: Lawrence D'Oliveiro <ldo@geek-central.gen.nz>
Date: Fri, 5 Nov 2021 01:46:27 +0000
Subject: [PATCH 12/12] Fix another build warning
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 1750e3b..b843cf4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,4 +134,5 @@ AM_ICONV
AC_CHECK_DECLS(O_BINARY, , , [ #include <fcntl.h> ] )
-AC_OUTPUT(Makefile doc/Makefile src/Makefile)
+AC_CONFIG_FILES(Makefile doc/Makefile src/Makefile)
+AC_OUTPUT
--
2.51.0