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

Collapse All | Expand All

(-)Makefile.test_compress.app (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
APP = test_compress
4
APP = test_compress
5
SRC = test_compress
5
SRC = test_compress
6
LIB = xutil xcompress $(CMPRS_LIB) xncbi
6
LIB = xcompress xutil $(CMPRS_LIB) xncbi
7
LIBS = $(CMPRS_LIBS) $(ORIG_LIBS)
7
LIBS = $(CMPRS_LIBS) $(ORIG_LIBS)
8
CPPFLAGS = $(ORIG_CPPFLAGS) $(CMPRS_INCLUDE)
8
CPPFLAGS = $(ORIG_CPPFLAGS) $(CMPRS_INCLUDE)
9
9
(-)src/util/test/Makefile.test_compress_mt.app.ori (-1 / +1 lines)
Lines 3-9 Link Here
3
3
4
APP = test_compress_mt
4
APP = test_compress_mt
5
SRC = test_compress_mt
5
SRC = test_compress_mt
6
LIB = xutil xcompress $(CMPRS_LIB) test_mt xncbi
6
LIB = xcompress xutil $(CMPRS_LIB) test_mt xncbi
7
LIBS = $(CMPRS_LIBS) $(ORIG_LIBS)
7
LIBS = $(CMPRS_LIBS) $(ORIG_LIBS)
8
CPPFLAGS = $(ORIG_CPPFLAGS) $(CMPRS_INCLUDE)
8
CPPFLAGS = $(ORIG_CPPFLAGS) $(CMPRS_INCLUDE)
9
9

Return to bug 279606