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

Collapse All | Expand All

(-)a/loader/Makefile (+1 lines)
Lines 3-8 include ../config.mak Link Here
3
LIBNAME_COMMON = libloader.a
3
LIBNAME_COMMON = libloader.a
4
4
5
#CFLAGS+=-Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT
5
#CFLAGS+=-Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT
6
CFLAGS-$(QTX_EMULATION) += -DEMU_QTX_API
6
7
7
SRCS_COMMON  = driver.c afl.c vfl.c
8
SRCS_COMMON  = driver.c afl.c vfl.c
8
SRCS_COMMON-$(QTX_EMULATION)   += wrapper.S
9
SRCS_COMMON-$(QTX_EMULATION)   += wrapper.S
(-)a/loader/module.c (-2 / +2 lines)
Lines 9-16 Link Here
9
 */
9
 */
10
10
11
// define for quicktime calls debugging and/or MacOS-level emulation:
11
// define for quicktime calls debugging and/or MacOS-level emulation:
12
#ifndef __APPLE__
12
#ifdef __APPLE__
13
#define EMU_QTX_API
13
#undef EMU_QTX_API
14
#endif /* __APPLE__ */
14
#endif /* __APPLE__ */
15
15
16
// define for quicktime debugging (verbose logging):
16
// define for quicktime debugging (verbose logging):

Return to bug 213836