Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 585274
Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +3 lines)
Line  Link Here
0
-- tiff-4.0.6/man/Makefile.am
0
++ tiff-4.0.6/man/Makefile.am
Lines 27-33 Link Here
27
	bmp2tiff.1 \
27
	bmp2tiff.1 \
28
	fax2ps.1 \
28
	fax2ps.1 \
29
	fax2tiff.1 \
29
	fax2tiff.1 \
30
	gif2tiff.1 \
31
	pal2rgb.1 \
30
	pal2rgb.1 \
32
	ppm2tiff.1 \
31
	ppm2tiff.1 \
33
	ras2tiff.1 \
32
	ras2tiff.1 \
34
-- tiff-4.0.6/test/Makefile.am
33
++ tiff-4.0.6/test/Makefile.am
Lines 68-74 Link Here
68
TESTSCRIPTS = \
68
TESTSCRIPTS = \
69
	bmp2tiff_palette.sh \
69
	bmp2tiff_palette.sh \
70
	bmp2tiff_rgb.sh \
70
	bmp2tiff_rgb.sh \
71
	gif2tiff.sh \
72
	ppm2tiff_pbm.sh \
71
	ppm2tiff_pbm.sh \
73
	ppm2tiff_pgm.sh \
72
	ppm2tiff_pgm.sh \
74
	ppm2tiff_ppm.sh \
73
	ppm2tiff_ppm.sh \
75
-- tiff-4.0.6/tools/Makefile.am
74
++ tiff-4.0.6/tools/Makefile.am
Lines 34-40 Link Here
34
	bmp2tiff \
34
	bmp2tiff \
35
	fax2ps \
35
	fax2ps \
36
	fax2tiff \
36
	fax2tiff \
37
	gif2tiff \
38
	pal2rgb \
37
	pal2rgb \
39
	ppm2tiff \
38
	ppm2tiff \
40
	ras2tiff \
39
	ras2tiff \
Lines 73-81 Link Here
73
fax2tiff_SOURCES = fax2tiff.c
72
fax2tiff_SOURCES = fax2tiff.c
74
fax2tiff_LDADD = $(LIBTIFF) $(LIBPORT)
73
fax2tiff_LDADD = $(LIBTIFF) $(LIBPORT)
75
74
76
gif2tiff_SOURCES = gif2tiff.c
77
gif2tiff_LDADD = $(LIBTIFF) $(LIBPORT)
78
79
pal2rgb_SOURCES = pal2rgb.c
75
pal2rgb_SOURCES = pal2rgb.c
80
pal2rgb_LDADD = $(LIBTIFF) $(LIBPORT)
76
pal2rgb_LDADD = $(LIBTIFF) $(LIBPORT)
81
77

Return to bug 585274