You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/nas/files/nas-1.9.2-asneeded.patch

14 lines
374 B

http://bugs.gentoo.org/show_bug.cgi?id=247761
--- a/config/NetAudio.tmpl
+++ b/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 */