Projects
Multimedia
siren
siren-ncurses.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File siren-ncurses.patch of Package siren
Index: siren-0.7/configure =================================================================== --- siren-0.7.orig/configure +++ siren-0.7/configure @@ -336,10 +336,10 @@ makefile_assign CPPFLAGS "$CPPFLAGS" makefile_assign LDFLAGS "$LDFLAGS" if [ "$(uname)" = Darwin ]; then - makefile_assign LDFLAGS_PROG -lcurses + makefile_assign LDFLAGS_PROG -lncurses makefile_assign LDFLAGS_LIB "-bundle -bundle_loader siren" else - makefile_assign LDFLAGS_PROG "-Wl,--export-dynamic -pthread -lcurses" + makefile_assign LDFLAGS_PROG "-Wl,--export-dynamic -pthread -lncurses" makefile_assign CFLAGS_LIB -fPIC makefile_assign LDFLAGS_LIB "-fPIC -shared" fi @@ -387,7 +387,7 @@ else makefile_append SRCS compat/fgetln.c fi -if ! check_function initscr "initscr()" curses.h "" -lcurses; then +if ! check_function initscr "initscr()" curses.h "" -lncurses; then error "cannot determine how to use initscr()" fi @@ -401,7 +401,7 @@ else makefile_append SRCS compat/reallocarray.c fi -if check_function resizeterm "resizeterm(0, 0)" curses.h "" -lcurses; then +if check_function resizeterm "resizeterm(0, 0)" curses.h "" -lncurses; then header_define HAVE_RESIZETERM fi @@ -446,7 +446,7 @@ elif check_function "bswap16() in <sys/e fi if check_function use_default_colors "use_default_colors()" curses.h "" \ - -lcurses; then + -lncurses; then header_define HAVE_USE_DEFAULT_COLORS fi
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.