diff options
Diffstat (limited to 'media-libs/nas/files/nas-1.9.2-asneeded.patch')
-rw-r--r-- | media-libs/nas/files/nas-1.9.2-asneeded.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-libs/nas/files/nas-1.9.2-asneeded.patch b/media-libs/nas/files/nas-1.9.2-asneeded.patch new file mode 100644 index 000000000000..2ac89487a2c8 --- /dev/null +++ b/media-libs/nas/files/nas-1.9.2-asneeded.patch @@ -0,0 +1,13 @@ +http://bugs.gentoo.org/show_bug.cgi?id=247761 + +--- config/NetAudio.tmpl ++++ config/NetAudio.tmpl +@@ -162,7 +162,7 @@ + + AUDIODEPLIBS = $(DEPAULIB) $(DEPXTOOLLIB) $(DEPXLIB) + #ifndef WIN32 +- AUDIOLIBS = $(AULIB) $(XTOOLLIB) $(XLIB) -lm ++ AUDIOLIBS = $(AULIB) $(XTOOLLIB) $(XAUTHLIB) $(XLIB) -lm + #else /* WIN32 */ + AUDIOLIBS = $(AULIB) + #endif /* WIN32 */ |