diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-11-07 08:11:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-11-07 08:11:47 +0000 |
commit | a35bc4742515fe0c9311eb87289ae340ea7a49a7 (patch) | |
tree | a5a6def95693c2bd1be65b46c31b49c03564002c /media-libs/sdl-mixer/files | |
parent | ppc stable, bug #141737 (diff) | |
download | gentoo-2-a35bc4742515fe0c9311eb87289ae340ea7a49a7.tar.gz gentoo-2-a35bc4742515fe0c9311eb87289ae340ea7a49a7.tar.bz2 gentoo-2-a35bc4742515fe0c9311eb87289ae340ea7a49a7.zip |
Fixup autotools.
(Portage version: 2.1.2_rc1-r4)
Diffstat (limited to 'media-libs/sdl-mixer/files')
-rw-r--r-- | media-libs/sdl-mixer/files/sdl-mixer-1.2.7-build.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/sdl-mixer/files/sdl-mixer-1.2.7-build.patch b/media-libs/sdl-mixer/files/sdl-mixer-1.2.7-build.patch new file mode 100644 index 000000000000..4fd5170b9dfd --- /dev/null +++ b/media-libs/sdl-mixer/files/sdl-mixer-1.2.7-build.patch @@ -0,0 +1,11 @@ +--- configure.in ++++ configure.in +@@ -37,7 +37,7 @@ + AC_SUBST(LT_AGE) + + dnl Detect the canonical build and host environments +-AC_CONFIG_AUX_DIRS($srcdir/build-scripts) ++AC_CONFIG_AUX_DIR(build-scripts) + AC_CANONICAL_HOST + + dnl Set up the compiler and linker flags |