File ppc64-diag.add_ncurses_include_path.patch of Package ppc64-diag.636
Index: ppc64-diag-2.6.7/rules.mk =================================================================== --- ppc64-diag-2.6.7.orig/rules.mk +++ ppc64-diag-2.6.7/rules.mk @@ -94,6 +94,9 @@ CFLAGS += -g -DDEBUG # Build with common directory included CFLAGS += -I $(ROOT_DIR)/$(COM_DIR) +# Build with ncurses directory included +CFLAGS += -I $(INC_DIR)/ncurses + # Build with version string AM_CFLAGS = -DVERSION='"$(VERSION)"'