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

Collapse All | Expand All

(-)a/Makefile.in (-8 lines)
Lines 42-55 tex_ddir = $(DESTDIR)$(texdir) Link Here
42
42
43
progs    := sgml2html sgml2info sgml2latex sgml2lyx sgml2rtf sgml2txt sgmlcheck
43
progs    := sgml2html sgml2info sgml2latex sgml2lyx sgml2rtf sgml2txt sgmlcheck
44
44
45
PROFILE  =
46
INCLUDE  =
47
OPTIMIZE = -O
48
DEBUG    =
49
WARN     =
50
CFLAGS   = $(DEBUG) $(INCLUDE) $(WARN) $(PROFILE) $(OPTIMIZE)
51
LDFLAGS  = $(DEBUG) $(PROFILE)
52
53
all:
45
all:
54
ifeq ($(BUILD_SGMLSASP), true)
46
ifeq ($(BUILD_SGMLSASP), true)
55
	@echo "Compiling the SGML translator tools (in sgmls-1.1/)..."
47
	@echo "Compiling the SGML translator tools (in sgmls-1.1/)..."
(-)a/rtf-fix/Makefile (-2 lines)
Lines 1-6 Link Here
1
CC=gcc
2
LEX=flex
1
LEX=flex
3
CFLAGS=-O
4
2
5
all: rtf2rtf
3
all: rtf2rtf
6
4
(-)a/sgmls-1.1/Makefile (-7 lines)
Lines 15-28 MANDIR=$(PREFIX)/man/man$(MANEXT) Link Here
15
# Permissions mode to use for man pages.
15
# Permissions mode to use for man pages.
16
MANMODE=444
16
MANMODE=444
17
17
18
CC=gcc
19
PROFILE=
20
INCLUDE=
18
INCLUDE=
21
OPTIMIZE=-O
22
DEBUG=
23
WARN=
24
CFLAGS=$(DEBUG) $(INCLUDE) $(WARN) $(PROFILE) $(OPTIMIZE)
25
LDFLAGS=$(DEBUG) $(PROFILE)
26
# Additional libraries needed.
19
# Additional libraries needed.
27
# Ultrix needs -li
20
# Ultrix needs -li
28
LIBS=
21
LIBS=

Return to bug 558610