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

Collapse All | Expand All

(-)Makefile.in (-1 / +1 lines)
Lines 916-922 Link Here
916
916
917
917
918
art_config.h:	gen_art_config$(EXEEXT)
918
art_config.h:	gen_art_config$(EXEEXT)
919
	./gen_art_config > art_config.h
919
	cp art_config.h.keep art_config.h
920
920
921
@OS_WIN32_TRUE@install-libtool-import-lib:
921
@OS_WIN32_TRUE@install-libtool-import-lib:
922
@OS_WIN32_TRUE@	$(INSTALL) .libs/libart_lgpl_2.dll.a $(DESTDIR)$(libdir)
922
@OS_WIN32_TRUE@	$(INSTALL) .libs/libart_lgpl_2.dll.a $(DESTDIR)$(libdir)
(-)Makefile.am (-1 / +1 lines)
Lines 6-12 Link Here
6
BUILT_SOURCES = art_config.h
6
BUILT_SOURCES = art_config.h
7
7
8
art_config.h:	gen_art_config$(EXEEXT)
8
art_config.h:	gen_art_config$(EXEEXT)
9
	./gen_art_config > art_config.h
9
	cp art_config.h.keep art_config.h
10
10
11
EXTRA_DIST = 			\
11
EXTRA_DIST = 			\
12
	libart.def		\
12
	libart.def		\
(-)art_config.h.keep (+14 lines)
Line 0 Link Here
1
#include <stdint.h>
2
3
/* it looks like these definitions are not used at all */
4
/*
5
#define ART_SIZEOF_CHAR 1
6
#define ART_SIZEOF_SHORT 2
7
#define ART_SIZEOF_INT 4
8
#define ART_SIZEOF_LONG 4
9
*/
10
11
12
typedef uint8_t art_u8;
13
typedef uint16_t art_u16;
14
typedef uint32_t art_u32;

Return to bug 185684