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

Collapse All | Expand All

(-)leptonlib-1.62.orig/src/Makefile.am (-3 / +3 lines)
Lines 6-15 SUBDIRS = Link Here
6
MAKE = make -f Makefile
6
MAKE = make -f Makefile
7
AM_CFLAGS = -D_BSD_SOURCE -DANSI -fPIC
7
AM_CFLAGS = -D_BSD_SOURCE -DANSI -fPIC
8
AM_CPPFLAGS = $(ENDIANNESS)
8
AM_CPPFLAGS = $(ENDIANNESS)
9
CFLAGS = -O2
9
AM_LDFLAGS = -shared
10
10
11
lib_LIBRARIES = liblept.a
11
lib_LTLIBRARIES = liblept.la
12
liblept_a_SOURCES = adaptmap.c \
12
liblept_la_SOURCES = adaptmap.c \
13
 affine.c affinecompose.c \
13
 affine.c affinecompose.c \
14
 arithlow.c arrayaccess.c \
14
 arithlow.c arrayaccess.c \
15
 bardecode.c \
15
 bardecode.c \
(-)leptonlib-1.62.orig/configure.ac (-1 / +1 lines)
Lines 114-120 AC_C_BIGENDIAN Link Here
114
114
115
# Check where all the following programs are and set
115
# Check where all the following programs are and set
116
# variables accordingly:
116
# variables accordingly:
117
AC_PROG_RANLIB
117
AC_PROG_LIBTOOL
118
# AC_PROG_LN_S
118
# AC_PROG_LN_S
119
# AC_PATH_PROG(MV, mv)
119
# AC_PATH_PROG(MV, mv)
120
# AC_PATH_PROG(CP, cp)
120
# AC_PATH_PROG(CP, cp)

Return to bug 297101