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

(-)ncurses-5.6.orig/aclocal.m4 (-2 / +2 lines)
Lines 368-376 Link Here
368
368
369
	# defaults that we might want to override
369
	# defaults that we might want to override
370
	: ${BUILD_CFLAGS:=''}
370
	: ${BUILD_CFLAGS:=''}
371
	: ${BUILD_CPPFLAGS:='ifelse([$1],,,[$1])'}
371
	: ${BUILD_CPPFLAGS:='${CPPFLAGS} ifelse([$1],,,[$1])'}
372
	: ${BUILD_LDFLAGS:=''}
372
	: ${BUILD_LDFLAGS:=''}
373
	: ${BUILD_LIBS:='ifelse([$2],,,[$2])'}
373
	: ${BUILD_LIBS:='${LIBS} ifelse([$2],,,[$2])'}
374
	: ${BUILD_EXEEXT:='$x'}
374
	: ${BUILD_EXEEXT:='$x'}
375
	: ${BUILD_OBJEXT:='o'}
375
	: ${BUILD_OBJEXT:='o'}
376
376
(-)ncurses-5.6.orig/configure (-2 / +2 lines)
Lines 3868-3876 Link Here
3868
3868
3869
	# defaults that we might want to override
3869
	# defaults that we might want to override
3870
	: ${BUILD_CFLAGS:=''}
3870
	: ${BUILD_CFLAGS:=''}
3871
	: ${BUILD_CPPFLAGS:=''}
3871
	: ${BUILD_CPPFLAGS:='${CPPFLAGS} '}
3872
	: ${BUILD_LDFLAGS:=''}
3872
	: ${BUILD_LDFLAGS:=''}
3873
	: ${BUILD_LIBS:=''}
3873
	: ${BUILD_LIBS:='${LIBS} '}
3874
	: ${BUILD_EXEEXT:='$x'}
3874
	: ${BUILD_EXEEXT:='$x'}
3875
	: ${BUILD_OBJEXT:='o'}
3875
	: ${BUILD_OBJEXT:='o'}
3876
3876

Return to bug 214642