icu-4c-3_8_1-lsupc++.patch 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. --- source/tools/genccode/Makefile.in 2007-12-12 13:57:28.000000000 -0500
  2. +++ source/tools/genccode/Makefile.in 2008-02-07 14:37:56.000000000 -0500
  3. @@ -31,7 +31,7 @@ ifneq ($(top_builddir),$(top_srcdir))
  4. CPPFLAGS += -I$(top_builddir)/common
  5. endif
  6. CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil
  7. -LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
  8. +LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M) -lsupc++ -lstdc++
  9. OBJECTS = genccode.o
  10. --- source/tools/gencmn/Makefile.in 2007-12-12 13:57:28.000000000 -0500
  11. +++ source/tools/gencmn/Makefile.in 2008-02-07 14:37:56.000000000 -0500
  12. @@ -31,7 +31,7 @@ ifneq ($(top_builddir),$(top_srcdir))
  13. CPPFLAGS += -I$(top_builddir)/common
  14. endif
  15. CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil
  16. -LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
  17. +LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M) -lsupc++ -lstdc++
  18. OBJECTS = gencmn.o
  19. --- source/tools/genrb/Makefile.in 2007-12-12 13:57:28.000000000 -0500
  20. +++ source/tools/genrb/Makefile.in 2008-02-07 14:37:56.000000000 -0500
  21. @@ -55,7 +55,7 @@ ifneq ($(top_builddir),$(top_srcdir))
  22. CPPFLAGS += -I$(top_builddir)/common
  23. endif
  24. CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(srcdir)/../toolutil
  25. -LIBS = $(LIBICUI18N) $(LIBICUTOOLUTIL) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
  26. +LIBS = $(LIBICUI18N) $(LIBICUTOOLUTIL) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M) -lsupc++ -lstdc++
  27. OBJECTS = errmsg.o genrb.o parse.o read.o reslist.o ustr.o rbutil.o \
  28. wrtjava.o rle.o wrtxml.o prscmnts.o
  29. --- source/tools/pkgdata/Makefile.in 2007-12-12 13:57:28.000000000 -0500
  30. +++ source/tools/pkgdata/Makefile.in 2008-02-07 14:37:56.000000000 -0500
  31. @@ -35,7 +35,7 @@ CPPFLAGS += -I$(top_builddir)/common
  32. endif
  33. CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil
  34. DEFS += -DUDATA_SO_SUFFIX=\".$(SO)\" -DSTATIC_O=\"$(STATIC_O)\"
  35. -LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
  36. +LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M) -lsupc++ -lstdc++
  37. OBJECTS = pkgdata.o pkgtypes.o make.o dllmode.o cmnmode.o filemode.o sttcmode.o winmode.o
  38. --- source/samples/date/Makefile.in 2007-12-12 13:57:28.000000000 -0500
  39. +++ source/samples/date/Makefile.in 2008-02-07 14:37:56.000000000 -0500
  40. @@ -21,7 +21,7 @@ CLEANFILES = *~ $(DEPS)
  41. TARGET = icudate$(EXEEXT)
  42. CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n
  43. -LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
  44. +LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M) -lsupc++ -lstdc++
  45. OBJECTS = uprint.o date.o
  46. --- source/samples/cal/Makefile.in 2007-12-12 13:57:28.000000000 -0500
  47. +++ source/samples/cal/Makefile.in 2008-02-07 14:37:56.000000000 -0500
  48. @@ -21,7 +21,7 @@ CLEANFILES = *~ $(DEPS)
  49. TARGET = icucal$(EXEEXT)
  50. CPPFLAGS += -I$(top_builddir)/common -I$(top_srcdir)/common -I$(top_srcdir)/i18n
  51. -LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
  52. +LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M) -lsupc++ -lstdc++
  53. OBJECTS = uprint.o cal.o