View | Details | Raw Unified | Return to bug 159340
Collapse All | Expand All

(-)emulators/bochs/Makefile (-1 / +1 lines)
Lines 68-74 Link Here
68
		X86_64 "Enable AMD x86-64 support" off \
68
		X86_64 "Enable AMD x86-64 support" off \
69
		XPM "Enable XPM library support" off
69
		XPM "Enable XPM library support" off
70
70
71
CFLAGS+=	-fno-exceptions -fomit-frame-pointer
71
CFLAGS+=	-fno-exceptions -fomit-frame-pointer ${CPPFLAGS}
72
CXXFLAGS+=	-fno-rtti
72
CXXFLAGS+=	-fno-rtti
73
CPPFLAGS=	-I${LOCALBASE}/include
73
CPPFLAGS=	-I${LOCALBASE}/include
74
LDFLAGS=	-L${LOCALBASE}/lib
74
LDFLAGS=	-L${LOCALBASE}/lib

Return to bug 159340