diff options
Diffstat (limited to 'media-libs/libtheora/files/libtheora-1.1.1-underlinking.patch')
-rw-r--r-- | media-libs/libtheora/files/libtheora-1.1.1-underlinking.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-libs/libtheora/files/libtheora-1.1.1-underlinking.patch b/media-libs/libtheora/files/libtheora-1.1.1-underlinking.patch new file mode 100644 index 000000000000..b45a368ebd76 --- /dev/null +++ b/media-libs/libtheora/files/libtheora-1.1.1-underlinking.patch @@ -0,0 +1,14 @@ +http://bugs.gentoo.org/504270 + +--- examples/Makefile.am ++++ examples/Makefile.am +@@ -22,7 +22,7 @@ + + player_example_SOURCES = player_example.c + player_example_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS) +-player_example_LDADD = $(LDADDDEC) $(SDL_LIBS) $(VORBIS_LIBS) $(OSS_LIBS) ++player_example_LDADD = $(LDADDDEC) $(SDL_LIBS) $(VORBIS_LIBS) $(OSS_LIBS) -lm + + encoder_example_SOURCES = encoder_example.c + EXTRA_encoder_example_SOURCES = getopt.c getopt1.c getopt.h + |