rebuild gst-plugins-good1 for libvpx-1.15.0; fix gcc-14 problem
[oi-userland.git] / components / sysutils / screen / patches / 03-unneededlibs.patch
blobe5dff401383a5349d11237e4cd7bf5ff15f38657
1 diff -wpruN --no-dereference '--exclude=*.orig' a~/configure.ac a/configure.ac
2 --- a~/configure.ac 1970-01-01 00:00:00
3 +++ a/configure.ac 1970-01-01 00:00:00
4 @@ -189,7 +189,7 @@ AC_EGREP_CPP(yes,
5 ], AC_NOTE(- you have a SVR4 system) AC_DEFINE(SVR4) svr4=1)
6 if test -n "$svr4" ; then
7 oldlibs="$LIBS"
8 -LIBS="$LIBS -lelf"
9 +LIBS="$LIBS"
10 AC_CHECKING(SVR4)
11 AC_TRY_LINK([
12 #include <utmpx.h>
13 @@ -206,7 +206,7 @@ AC_EGREP_CPP(YES_IS_DEFINED,
14 [#if defined(SVR4) && defined(sun)
15 YES_IS_DEFINED;
16 #endif
17 -], LIBS="$LIBS -lsocket -lnsl -lkstat")
18 +], LIBS="$LIBS -lsocket")
20 dnl
21 dnl **** typedefs ****