mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 09:00:52 +02:00
Add and apply autotools.patch to fix all autotools warnings for portsmf.
This commit is contained in:
parent
c9b7f23924
commit
22e7fbbd06
@ -207,7 +207,7 @@ portsmf
|
|||||||
http://portmedia.sourceforge.net/
|
http://portmedia.sourceforge.net/
|
||||||
Cross-platform Midi file reader and writer (succeeded and obsoltes allegro)
|
Cross-platform Midi file reader and writer (succeeded and obsoltes allegro)
|
||||||
Version in Audacity SVN: SVN snapshot from 227
|
Version in Audacity SVN: SVN snapshot from 227
|
||||||
Patches: none
|
Patches: autotools.patch: Fix all autotools warnings.
|
||||||
Upstream Version: SVN revision 227
|
Upstream Version: SVN revision 227
|
||||||
|
|
||||||
portburn
|
portburn
|
||||||
|
21
lib-src/portsmf/autotools.patch
Normal file
21
lib-src/portsmf/autotools.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
Index: configure.ac
|
||||||
|
===================================================================
|
||||||
|
--- configure.ac (revision 12817)
|
||||||
|
+++ configure.ac (working copy)
|
||||||
|
@@ -28,7 +28,7 @@
|
||||||
|
AM_INIT_AUTOMAKE([-Wall foreign])
|
||||||
|
dnl Audacity policy: don't enable automatic rebuild of configure et al if
|
||||||
|
dnl sources change
|
||||||
|
-AM_MAINTAINER_MODE([enabled])
|
||||||
|
+AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
dnl -------------------------------------------------------
|
||||||
|
dnl Checks for programs.
|
||||||
|
@@ -42,6 +42,7 @@
|
||||||
|
AC_LANG([C++])
|
||||||
|
AC_PROG_CXX
|
||||||
|
AC_PROG_CXXCPP
|
||||||
|
+AM_PROG_AR
|
||||||
|
CFLAGS="$cflags_save"
|
||||||
|
CPPFLAGS="$cppflags_save"
|
||||||
|
CXXFLAGS="$cxxflags_save"
|
@ -28,7 +28,7 @@ dnl set up automake
|
|||||||
AM_INIT_AUTOMAKE([-Wall foreign])
|
AM_INIT_AUTOMAKE([-Wall foreign])
|
||||||
dnl Audacity policy: don't enable automatic rebuild of configure et al if
|
dnl Audacity policy: don't enable automatic rebuild of configure et al if
|
||||||
dnl sources change
|
dnl sources change
|
||||||
AM_MAINTAINER_MODE([enabled])
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
dnl -------------------------------------------------------
|
dnl -------------------------------------------------------
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
@ -42,6 +42,7 @@ AC_PROG_CC
|
|||||||
AC_LANG([C++])
|
AC_LANG([C++])
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
AC_PROG_CXXCPP
|
AC_PROG_CXXCPP
|
||||||
|
AM_PROG_AR
|
||||||
CFLAGS="$cflags_save"
|
CFLAGS="$cflags_save"
|
||||||
CPPFLAGS="$cppflags_save"
|
CPPFLAGS="$cppflags_save"
|
||||||
CXXFLAGS="$cxxflags_save"
|
CXXFLAGS="$cxxflags_save"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user