Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 483778 | Differences between
and this patch

Collapse All | Expand All

(-)a/gtypist-2.9.2/configure.ac (+2 lines)
Lines 39-44 else Link Here
39
   exit 1;
39
   exit 1;
40
fi
40
fi
41
41
42
PKG_CHECK_MODULES([NCURSESW], [ncursesw])
43
42
# Checks for typedefs, structures, and compiler characteristics.
44
# Checks for typedefs, structures, and compiler characteristics.
43
45
44
AC_HEADER_STDBOOL
46
AC_HEADER_STDBOOL
(-)a/gtypist-2.9.2/src/Makefile.am (-1 / +1 lines)
Lines 8-14 Link Here
8
bin_PROGRAMS = gtypist
8
bin_PROGRAMS = gtypist
9
gtypist_SOURCES = gtypist.c cursmenu.c script.c error.c getopt.c getopt1.c \
9
gtypist_SOURCES = gtypist.c cursmenu.c script.c error.c getopt.c getopt1.c \
10
		cursmenu.h error.h getopt.h gettext.h gtypist.h script.h utf8.c utf8.h
10
		cursmenu.h error.h getopt.h gettext.h gtypist.h script.h utf8.c utf8.h
11
gtypist_LDADD = @LIBINTL@
11
gtypist_LDADD = @LIBINTL@ @NCURSESW_LIBS@
12
12
13
AM_CPPFLAGS = -I../intl \
13
AM_CPPFLAGS = -I../intl \
14
  -DDATADIR=\"$(pkgdatadir)\" \
14
  -DDATADIR=\"$(pkgdatadir)\" \

Return to bug 483778