diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2002-08-03 10:06:50 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2002-08-03 10:06:50 +0000 |
commit | 90ac8dd83de661546e50c62e56f8cd6c757348dd (patch) | |
tree | 337da2f5faaaaed690b36e51fd399dcb0afd0c08 /media-libs/smpeg | |
parent | remove conflicting c header files (diff) | |
download | historical-90ac8dd83de661546e50c62e56f8cd6c757348dd.tar.gz historical-90ac8dd83de661546e50c62e56f8cd6c757348dd.tar.bz2 historical-90ac8dd83de661546e50c62e56f8cd6c757348dd.zip |
Forgot to commit the patch file! DUH!
Diffstat (limited to 'media-libs/smpeg')
-rw-r--r-- | media-libs/smpeg/files/smpeg-0.4.4-gcc-3.1.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-libs/smpeg/files/smpeg-0.4.4-gcc-3.1.patch b/media-libs/smpeg/files/smpeg-0.4.4-gcc-3.1.patch new file mode 100644 index 000000000000..2eb589ab2592 --- /dev/null +++ b/media-libs/smpeg/files/smpeg-0.4.4-gcc-3.1.patch @@ -0,0 +1,12 @@ +--- smpeg-0.4.4/Makefile.am.gcc3 Mon Jan 7 17:21:03 2002 ++++ smpeg-0.4.4/Makefile.am Mon Jan 7 17:21:17 2002 +@@ -38,7 +38,8 @@ + + libsmpeg_la_LIBADD = \ + audio/libaudio.la \ +- video/libvideo.la ++ video/libvideo.la \ ++ -lsupc++ + + EXTRA_DIST = \ + CHANGES \ |