mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
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.
14 lines
329 B
Diff
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
|