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
10 lines
178 B
Diff
10 lines
178 B
Diff
--- a/bootstrap
|
|
+++ b/bootstrap
|
|
@@ -16,5 +16,5 @@
|
|
#-
|
|
mkdir autotools m4
|
|
cp /usr/share/gettext/config.rpath autotools/
|
|
-autoreconf -i
|
|
+autoreconf -i -I /usr/share/gettext/m4
|
|
|