OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.4 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../gptfdisk/no_icu.patch
  5. # Copyright (C) 2012 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- gptfdisk-0.8.1/Makefile.orig 2011-10-01 23:52:33.000000000 +0200
  17. +++ gptfdisk-0.8.1/Makefile 2012-01-06 20:40:06.468070557 +0100
  18. @@ -1,8 +1,8 @@
  19. CC=gcc
  20. CXX=g++
  21. CFLAGS+=-D_FILE_OFFSET_BITS=64
  22. -CXXFLAGS+=-Wall -D_FILE_OFFSET_BITS=64 -D USE_UTF16
  23. -#CXXFLAGS+=-Wall -D_FILE_OFFSET_BITS=64
  24. +#CXXFLAGS+=-Wall -D_FILE_OFFSET_BITS=64 -D USE_UTF16
  25. +CXXFLAGS+=-Wall -D_FILE_OFFSET_BITS=64
  26. LDFLAGS+=
  27. LIB_NAMES=crc32 support guid gptpart mbrpart basicmbr mbr gpt bsd parttypes attributes diskio diskio-unix
  28. MBR_LIBS=support diskio diskio-unix basicmbr mbrpart
  29. @@ -14,16 +14,16 @@
  30. all: cgdisk gdisk sgdisk fixparts
  31. gdisk: $(LIB_OBJS) gdisk.o gpttext.o
  32. -# $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -luuid -o gdisk
  33. - $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -licuio -licuuc -luuid -o gdisk
  34. + $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -luuid -o gdisk
  35. +# $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -licuio -licuuc -luuid -o gdisk
  36. cgdisk: $(LIB_OBJS) cgdisk.o gptcurses.o
  37. -# $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -luuid -lncurses -o cgdisk
  38. - $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -licuio -licuuc -luuid -lncurses -o cgdisk
  39. + $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -luuid -lncurses -o cgdisk
  40. +# $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -licuio -licuuc -luuid -lncurses -o cgdisk
  41. sgdisk: $(LIB_OBJS) sgdisk.o gptcl.o
  42. -# $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -luuid -lpopt -o sgdisk
  43. - $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -licuio -licuuc -luuid -lpopt -o sgdisk
  44. + $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -luuid -lpopt -o sgdisk
  45. +# $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -licuio -licuuc -luuid -lpopt -o sgdisk
  46. fixparts: $(MBR_LIB_OBJS) fixparts.o
  47. $(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) -o fixparts