diff options
Diffstat (limited to 'media-sound/cdcd/files/cdcd-0.6.4-gentoo.patch')
-rw-r--r-- | media-sound/cdcd/files/cdcd-0.6.4-gentoo.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/cdcd/files/cdcd-0.6.4-gentoo.patch b/media-sound/cdcd/files/cdcd-0.6.4-gentoo.patch new file mode 100644 index 000000000000..c226c702765d --- /dev/null +++ b/media-sound/cdcd/files/cdcd-0.6.4-gentoo.patch @@ -0,0 +1,11 @@ +--- cdcd-0.6.4/configure.jj 2003-02-02 12:29:03.000000000 +0000 ++++ cdcd-0.6.4/configure 2003-02-02 12:29:24.000000000 +0000 +@@ -3216,7 +3216,7 @@ + { (exit 1); exit 1; }; } + fi + +-LIBS="-lcurses -lreadline" ++LIBS="-lreadline -lcurses" + + # It's better to have this string in one single place. + LIBCDAUDIO_MISSING="couldn't locate libcdaudio." |