Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
8d4e1fa7
Commit
8d4e1fa7
authored
Sep 04, 2014
by
Sebastian Lackner
Committed by
Alexandre Julliard
Sep 05, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Fix detection of ncurses library on Archlinux.
parent
5d3eaf57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
configure
configure
+4
-4
configure.ac
configure.ac
+2
-2
No files found.
configure
View file @
8d4e1fa7
...
...
@@ -11325,10 +11325,10 @@ _ACEOF
if
ac_fn_c_try_link
"
$LINENO
"
;
then
:
case
"
$LIBEXT
"
in
dll
)
ac_cv_lib_soname_ncurses
=
`
$ac_cv_path_LDD
conftest.exe |
grep
"ncurses"
|
sed
-e
"s/dll.*/dll/"
';2,$d'
`
;;
dylib
)
ac_cv_lib_soname_ncurses
=
`
otool
-L
conftest
$ac_exeext
|
grep
"libncurses
\\
.[0-9A-Za-z.]*dylib"
|
sed
-e
"s/^.*
\/\(
libncurses
\.
[0-9A-Za-z.]*dylib
\)
.*
$/
\1
/"
';2,$d'
`
;;
*
)
ac_cv_lib_soname_ncurses
=
`
$READELF
-d
conftest
$ac_exeext
|
grep
"NEEDED.*libncurses
\\
.
$LIBEXT
"
|
sed
-e
"s/^.*
\\
[
\\
(libncurses
\\
.
$LIBEXT
[^ ]*
\\
)
\\
].*
$/
\1
/"
';2,$d'
`
dylib
)
ac_cv_lib_soname_ncurses
=
`
otool
-L
conftest
$ac_exeext
|
grep
"libncurses
w
\\
{0,1
\\
}
\\
.[0-9A-Za-z.]*dylib"
|
sed
-e
"s/^.*
\/\(
libncursesw
\\
{0,1
\\
}
\.
[0-9A-Za-z.]*dylib
\)
.*
$/
\1
/"
';2,$d'
`
;;
*
)
ac_cv_lib_soname_ncurses
=
`
$READELF
-d
conftest
$ac_exeext
|
grep
"NEEDED.*libncurses
w
\\
{0,1
\\
}
\\
.
$LIBEXT
"
|
sed
-e
"s/^.*
\\
[
\\
(libncursesw
\\
{0,1
\\
}
\\
.
$LIBEXT
[^ ]*
\\
)
\\
].*
$/
\1
/"
';2,$d'
`
if
${
ac_cv_lib_soname_ncurses
:+false
}
:
;
then
:
ac_cv_lib_soname_ncurses
=
`
$LDD
conftest
$ac_exeext
|
grep
"libncurses
\\
.
$LIBEXT
"
|
sed
-e
"s/^.*
\(
libncurses
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
';2,$d'
`
ac_cv_lib_soname_ncurses
=
`
$LDD
conftest
$ac_exeext
|
grep
"libncurses
w
\\
{0,1
\\
}
\\
.
$LIBEXT
"
|
sed
-e
"s/^.*
\(
libncursesw
\\
{0,1
\\
}
\.
$LIBEXT
[^ ]*
\)
.*
$/
\1
/"
';2,$d'
`
fi
;;
esac
fi
...
...
@@ -16950,7 +16950,7 @@ wine_fn_config_dll dpnet enable_dpnet clean,implib
wine_fn_config_test dlls/dpnet/tests dpnet_test
wine_fn_config_dll dpnhpast enable_dpnhpast
wine_fn_config_dll dpnlobby enable_dpnlobby
wine_fn_config_dll dpvoice enable_dpvoice
wine_fn_config_dll dpvoice enable_dpvoice
clean
wine_fn_config_dll dpwsockx enable_dpwsockx
wine_fn_config_dll drmclien enable_drmclien
wine_fn_config_dll dsound enable_dsound clean,implib
...
...
configure.ac
View file @
8d4e1fa7
...
...
@@ -1370,7 +1370,7 @@ dnl **** Check which curses lib to use ***
CURSES_LIBS=""
if test "$ac_cv_header_ncurses_h" = "yes"
then
WINE_CHECK_SONAME(ncurses,waddch,[CURSES_LIBS="-lncurses"])
WINE_CHECK_SONAME(ncurses,waddch,[CURSES_LIBS="-lncurses"]
,,,[[libncursesw\\{0,1\\}]]
)
elif test "$ac_cv_header_curses_h" = "yes"
then
WINE_CHECK_SONAME(curses,waddch,[CURSES_LIBS="-lcurses"])
...
...
@@ -2859,7 +2859,7 @@ WINE_CONFIG_DLL(dpnet,,[clean,implib])
WINE_CONFIG_TEST(dlls/dpnet/tests)
WINE_CONFIG_DLL(dpnhpast)
WINE_CONFIG_DLL(dpnlobby)
WINE_CONFIG_DLL(dpvoice)
WINE_CONFIG_DLL(dpvoice
,,[clean]
)
WINE_CONFIG_DLL(dpwsockx)
WINE_CONFIG_DLL(drmclien)
WINE_CONFIG_DLL(dsound,,[clean,implib])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment