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 (Revision 2)
Currently displaying revision
2
,
Show latest
--- configure.orig 2012-11-08 00:03:37.036175156 +0100 +++ configure 2012-11-08 00:03:50.134164196 +0100 @@ -332,7 +332,7 @@ makefile_append SRCS compat/fgetln.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 @@ -376,7 +376,7 @@ fi if check_function use_default_colors "use_default_colors()" curses.h "" \ - -lcurses; then + -lncurses; then header_define HAVE_USE_DEFAULT_COLORS fi --- GNUmakefile.orig 2012-10-24 18:02:53.000000000 +0200 +++ GNUmakefile 2012-11-08 00:03:33.108178446 +0100 @@ -51,7 +51,7 @@ -Wformat=2 -Wpointer-arith -Wshadow -Wundef -Wwrite-strings CFLAGS+= ${CDIAGFLAGS} CPPFLAGS+= -DVERSION=\"${VERSION}\" -LDFLAGS+= -lcurses -pthread -Wl,--export-dynamic +LDFLAGS+= -lncurses -pthread -Wl,--export-dynamic LINTFLAGS?= -hx MKDEPFLAGS?= -a --- Makefile.orig 2012-10-24 18:02:53.000000000 +0200 +++ Makefile 2012-11-08 00:03:33.108178446 +0100 @@ -51,7 +51,7 @@ -Wformat=2 -Wpointer-arith -Wshadow -Wundef -Wwrite-strings CFLAGS+= ${CDIAGFLAGS} CPPFLAGS+= -DVERSION=\"${VERSION}\" -LDFLAGS+= -lcurses -pthread -Wl,--export-dynamic +LDFLAGS+= -lncurses -pthread -Wl,--export-dynamic LINTFLAGS?= -hx MKDEPFLAGS?= -a
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
.