diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-28 18:11:01 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-28 18:11:01 +0000 |
commit | ba41403876f09f0eaad9021033f599d5161d390c (patch) | |
tree | e0c469d143325761133997a02cc92f961aaa5983 /media-libs/smpeg/files/smpeg-0.4.4-automake.patch | |
parent | Added patch to fix missing CLK_TCK with glibc-2.4. (diff) | |
download | gentoo-2-ba41403876f09f0eaad9021033f599d5161d390c.tar.gz gentoo-2-ba41403876f09f0eaad9021033f599d5161d390c.tar.bz2 gentoo-2-ba41403876f09f0eaad9021033f599d5161d390c.zip |
Version bump to update autotools support, see bug #127866.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'media-libs/smpeg/files/smpeg-0.4.4-automake.patch')
-rw-r--r-- | media-libs/smpeg/files/smpeg-0.4.4-automake.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-libs/smpeg/files/smpeg-0.4.4-automake.patch b/media-libs/smpeg/files/smpeg-0.4.4-automake.patch new file mode 100644 index 000000000000..e541e1950113 --- /dev/null +++ b/media-libs/smpeg/files/smpeg-0.4.4-automake.patch @@ -0,0 +1,13 @@ +Index: smpeg-0.4.4/configure.in +=================================================================== +--- smpeg-0.4.4.orig/configure.in ++++ smpeg-0.4.4/configure.in +@@ -53,6 +53,8 @@ AC_LIBTOOL_WIN32_DLL + AM_PROG_LIBTOOL + AC_PROG_INSTALL + ++AM_PROG_AS ++ + dnl Work around the lack of certain typedefs. + AC_TYPE_SOCKLEN_T + |