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

Collapse All | Expand All

(-)firebird-2.0.0.12748/builds/posix/Makefile.in.firebird (-4 / +4 lines)
Lines 186-195 $(GEN_ROOT)/Make.Version : $(SRC_ROOT)/m Link Here
186
# 
186
# 
187
187
188
external_libraries:
188
external_libraries:
189
	$(MAKE) -f $(GEN_ROOT)/Makefile.extern.icu
189
#	$(MAKE) -f $(GEN_ROOT)/Makefile.extern.icu
190
ifeq ($(EDITLINE_FLG),Y)
190
#ifeq ($(EDITLINE_FLG),Y)
191
	$(MAKE) -f $(GEN_ROOT)/Makefile.extern.editline
191
#	$(MAKE) -f $(GEN_ROOT)/Makefile.extern.editline
192
endif
192
#endif
193
193
194
#---------------------------------------------------------------------------
194
#---------------------------------------------------------------------------
195
# Phase1: make a gpre_static from scratch so we can parse .e and .epp files
195
# Phase1: make a gpre_static from scratch so we can parse .e and .epp files
(-)firebird-2.0.0.12748/configure.in (-1 / +1 lines)
Lines 423-429 AC_CHECK_LIB(m, main) Link Here
423
AC_CHECK_LIB(curses, main)
423
AC_CHECK_LIB(curses, main)
424
dnl AC_CHECK_LIB(termcap, main)
424
dnl AC_CHECK_LIB(termcap, main)
425
if test "$EDITLINE_FLG" = "Y"; then
425
if test "$EDITLINE_FLG" = "Y"; then
426
  AC_SUBST(EDITLINE_A, -leditline)
426
  AC_SUBST(EDITLINE_A, -ledit)
427
fi
427
fi
428
AC_CHECK_LIB(stdc++, main,,, $LIBS)
428
AC_CHECK_LIB(stdc++, main,,, $LIBS)
429
429
(-)firebird-2.0.0.12748/builds/posix/make.rules (-1 / +1 lines)
Lines 33-39 Link Here
33
33
34
34
35
# Please don't use compiler/platform specific flags here - nmcc 02-Nov-2002
35
# Please don't use compiler/platform specific flags here - nmcc 02-Nov-2002
36
CFLAGS:= $(CFLAGS) -I$(SRC_ROOT)/include/gen -I$(SRC_ROOT)/include -I$(SRC_ROOT)/vulcan -I$(ROOT)/extern/icu/source/common -I$(ROOT)/extern/icu/source/i18n -DNAMESPACE=Vulcan
36
CFLAGS:= $(CFLAGS) -I$(SRC_ROOT)/include/gen -I$(SRC_ROOT)/include -I$(SRC_ROOT)/vulcan -DNAMESPACE=Vulcan
37
37
38
ifeq ($(IsProdTypeBuild),Y)
38
ifeq ($(IsProdTypeBuild),Y)
39
  CFLAGS:= $(CFLAGS) $(PROD_FLAGS) -DPROD_BUILD
39
  CFLAGS:= $(CFLAGS) $(PROD_FLAGS) -DPROD_BUILD

Return to bug 117869