Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 903172 Details for
Bug 933615
media-gfx/sane-frontends-1.0.14-r6 don't find sane libraries or headers from media-gfx/sane-backends-1.2.1 at configure step
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix the configure testing for the sane-backend libraries
fix_configure_test.patch (text/plain), 1.55 KB, created by
Nuitari
on 2024-09-17 05:41:39 UTC
(
hide
)
Description:
Patch to fix the configure testing for the sane-backend libraries
Filename:
MIME Type:
Creator:
Nuitari
Created:
2024-09-17 05:41:39 UTC
Size:
1.55 KB
patch
obsolete
>diff '--color=auto' -u -b sane-frontends-upstream-1.0.14.orig/acinclude.m4 sane-frontends-upstream-1.0.14/acinclude.m4 >--- sane-frontends-upstream-1.0.14.orig/acinclude.m4 2024-09-17 00:41:08.100761458 -0400 >+++ sane-frontends-upstream-1.0.14/acinclude.m4 2024-09-17 00:56:44.718894896 -0400 >@@ -61,6 +61,7 @@ > AC_TRY_RUN([ > #include <gtk/gtk.h> > #include <stdio.h> >+#include <stdlib.h> > > int > main () >@@ -484,6 +485,7 @@ > AC_TRY_RUN([ > #include <sane/sane.h> > #include <stdio.h> >+#include <stdlib.h> > > int > main () >--- sane-frontends-upstream-1.0.14.orig/aclocal.m4 2024-09-17 00:41:08.100761458 -0400 >+++ sane-frontends-upstream-1.0.14/aclocal.m4 2024-09-17 00:56:44.718894896 -0400 >@@ -494,6 +494,7 @@ > AC_TRY_RUN([ > #include <sane/sane.h> > #include <stdio.h> >+#include <stdlib.h> > > int > main () >--- sane-frontends-upstream-1.0.14.orig/configure 2024-09-17 01:07:22.612760156 -0400 >+++ sane-frontends-upstream-1.0.14/configure 2024-09-17 01:07:39.628889934 -0400 >@@ -6818,6 +6818,7 @@ > > #include <sane/sane.h> > #include <stdio.h> >+#include <stdlib.h> > > int > main () >--- sane-frontends-upstream-1.0.14.orig/configure.in 2024-09-17 01:18:19.480771874 -0400 >+++ sane-frontends-upstream-1.0.14/configure.in 2024-09-17 01:15:08.469314114 -0400 >@@ -75,7 +75,7 @@ > > dnl Checks for header files. > AC_HEADER_STDC >-AC_CHECK_HEADERS(os2.h fcntl.h unistd.h libc.h sys/time.h sys/types.h) >+AC_CHECK_HEADERS(os2.h fcntl.h unistd.h libc.h sys/time.h sys/types.h sys/socket.h) > > dnl Checks for typedefs, structures, and compiler characteristics. > AC_C_CONST
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 933615
:
895235
|
895236
|
900103
| 903172 |
903173