Files
haikuports/media-sound/lame/patches/lame-3.99.5.patch
Scott McCreary 4bee427fb9 Mostly working recipe for lame-3.99.5, the additional-files can go away once
the libs that the .m4 files come from get proper recipes written.
Also the sed hacking can probably be done in a cleaner way, but it works for now.
2013-08-27 01:33:20 -07:00

14 lines
329 B
Diff

diff -urN lame-3.99.5/configure.in lame-3.99.5-haiku/configure.in
--- lame-3.99.5/configure.in 2010-06-21 14:16:05.000000000 +0000
+++ lame-3.99.5-haiku/configure.in 2010-06-21 15:12:31.000000000 +0000
@@ -343,6 +343,9 @@
*solaris*)
LIBS="$LIBS -lnsl"
;;
+ *haiku*)
+ LIBS="$LIBS -lnetwork"
+ ;;
esac
fi
fi