patch-Makefile 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- tmsnc-0.3.2.orig/Makefile 2006-10-17 13:14:22.000000000 +0200
  3. +++ tmsnc-0.3.2/Makefile 2009-06-02 01:13:53.000000000 +0200
  4. @@ -33,8 +33,8 @@ POST_INSTALL = :
  5. NORMAL_UNINSTALL = :
  6. PRE_UNINSTALL = :
  7. POST_UNINSTALL = :
  8. -build_triplet = i686-pc-linux-gnu
  9. -host_triplet = i686-pc-linux-gnu
  10. +build_triplet = x86_64-pc-linux-gnu
  11. +host_triplet = i586-pc-linux-gnu
  12. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  13. $(srcdir)/Makefile.in \
  14. $(top_srcdir)/autopackage/default.apspec.in \
  15. @@ -76,21 +76,21 @@ DIST_ARCHIVES = $(distdir).tar.gz
  16. GZIP_ENV = --best
  17. distuninstallcheck_listfiles = find . -type f -print
  18. distcleancheck_listfiles = find . -type f -print
  19. -ACLOCAL = ${SHELL} /home/jonas/tmsnc/missing --run aclocal-1.9
  20. -AMDEP_FALSE = #
  21. -AMDEP_TRUE =
  22. -AMTAR = ${SHELL} /home/jonas/tmsnc/missing --run tar
  23. -AUTOCONF = ${SHELL} /home/jonas/tmsnc/missing --run autoconf
  24. -AUTOHEADER = ${SHELL} /home/jonas/tmsnc/missing --run autoheader
  25. -AUTOMAKE = ${SHELL} /home/jonas/tmsnc/missing --run automake-1.9
  26. -AWK = mawk
  27. -CC = gcc
  28. -CCDEPMODE = depmode=gcc3
  29. -CFLAGS = -g -O2
  30. -CPP = gcc -E
  31. -CPPFLAGS =
  32. -CURSES_INCLUDEDIR =
  33. -CURSES_LIBS = -lncurses -lpanel -lform
  34. +ACLOCAL = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run aclocal-1.9
  35. +AMDEP_FALSE =
  36. +AMDEP_TRUE = #
  37. +AMTAR = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run tar
  38. +AUTOCONF = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoconf
  39. +AUTOHEADER = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run autoheader
  40. +AUTOMAKE = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run automake-1.9
  41. +AWK = gawk
  42. +CC = /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc
  43. +CCDEPMODE = depmode=none
  44. +CFLAGS = -fwrapv -fno-ident -Os -pipe -march=geode -fomit-frame-pointer -fstack-protector-all
  45. +CPP = /home/wbx/alix1c/openadk/cross_i586/host/bin/i586-linux-gnu-gcc -E
  46. +CPPFLAGS = -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include -DNDEBUG
  47. +CURSES_INCLUDEDIR = -I/home/wbx/alix1c/openadk/cross_i586/target/include -DRENAMED_NCURSES
  48. +CURSES_LIBS = -L/home/wbx/alix1c/openadk/cross_i586/target/lib -lncurses -lpanel -lform
  49. CYGPATH_W = echo
  50. DEFS = -DHAVE_CONFIG_H
  51. DEPDIR = .deps
  52. @@ -104,13 +104,13 @@ INSTALL_DATA = ${INSTALL} -m 644
  53. INSTALL_PROGRAM = ${INSTALL}
  54. INSTALL_SCRIPT = ${INSTALL}
  55. INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
  56. -LDFLAGS =
  57. -LIBICONV =
  58. +LDFLAGS = -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -L/home/wbx/alix1c/openadk/cross_i586/target/lib -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
  59. +LIBICONV = /home/wbx/alix1c/openadk/cross_i586/target/usr/lib/libiconv.so -Wl,-rpath -Wl,/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
  60. LIBOBJS =
  61. LIBS =
  62. -LTLIBICONV =
  63. +LTLIBICONV = -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -liconv -R/home/wbx/alix1c/openadk/cross_i586/target/usr/lib
  64. LTLIBOBJS =
  65. -MAKEINFO = ${SHELL} /home/jonas/tmsnc/missing --run makeinfo
  66. +MAKEINFO = ${SHELL} /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/missing --run makeinfo
  67. OBJEXT = o
  68. OPENSSL_FALSE = #
  69. OPENSSL_TRUE =
  70. @@ -122,57 +122,57 @@ PACKAGE_TARNAME =
  71. PACKAGE_VERSION =
  72. PATH_SEPARATOR = :
  73. SET_MAKE =
  74. -SHELL = /bin/sh
  75. -SSLINC =
  76. -SSLLIB = -lssl -lcrypto
  77. -STRIP =
  78. +SHELL = /bin/bash
  79. +SSLINC = -I/home/wbx/alix1c/openadk/cross_i586/target/usr/include
  80. +SSLLIB = -L/home/wbx/alix1c/openadk/cross_i586/target/usr/lib -lssl -lcrypto
  81. +STRIP = i586-linux-strip
  82. TALKFILTERS_FALSE =
  83. TALKFILTERS_TRUE = #
  84. TFLIB =
  85. VERSION = 0.3.2
  86. -ac_ct_CC = gcc
  87. -am__fastdepCC_FALSE = #
  88. -am__fastdepCC_TRUE =
  89. +ac_ct_CC =
  90. +am__fastdepCC_FALSE =
  91. +am__fastdepCC_TRUE = #
  92. am__include = include
  93. am__leading_dot = .
  94. am__quote =
  95. am__tar = ${AMTAR} chof - "$$tardir"
  96. am__untar = ${AMTAR} xf -
  97. bindir = ${exec_prefix}/bin
  98. -build = i686-pc-linux-gnu
  99. -build_alias =
  100. -build_cpu = i686
  101. +build = x86_64-pc-linux-gnu
  102. +build_alias = x86_64-linux-gnu
  103. +build_cpu = x86_64
  104. build_os = linux-gnu
  105. build_vendor = pc
  106. -datadir = ${datarootdir}
  107. +datadir = /usr/share
  108. datarootdir = ${prefix}/share
  109. docdir = ${datarootdir}/doc/${PACKAGE}
  110. dvidir = ${docdir}
  111. exec_prefix = ${prefix}
  112. -host = i686-pc-linux-gnu
  113. -host_alias =
  114. -host_cpu = i686
  115. +host = i586-pc-linux-gnu
  116. +host_alias = i586-linux
  117. +host_cpu = i586
  118. host_os = linux-gnu
  119. host_vendor = pc
  120. htmldir = ${docdir}
  121. includedir = ${prefix}/include
  122. infodir = ${datarootdir}/info
  123. -install_sh = /home/jonas/tmsnc/install-sh
  124. +install_sh = /home/wbx/alix1c/openadk/build_i586/w-tmsnc-0.3.2-1/tmsnc-0.3.2/install-sh
  125. libdir = ${exec_prefix}/lib
  126. -libexecdir = ${exec_prefix}/libexec
  127. +libexecdir = /usr/sbin
  128. localedir = ${datarootdir}/locale
  129. -localstatedir = ${prefix}/var
  130. -mandir = ${datarootdir}/man
  131. +localstatedir = /var
  132. +mandir = /usr/share/man
  133. mkdir_p = mkdir -p --
  134. oldincludedir = /usr/include
  135. pdfdir = ${docdir}
  136. -prefix = /usr/local
  137. -program_transform_name = s,x,x,
  138. +prefix = /usr
  139. +program_transform_name = s&$$&&;s&^&&
  140. psdir = ${docdir}
  141. sbindir = ${exec_prefix}/sbin
  142. sharedstatedir = ${prefix}/com
  143. -sysconfdir = ${prefix}/etc
  144. -target_alias =
  145. +sysconfdir = /etc
  146. +target_alias = i586-linux
  147. tmsnc_VERSION = 0.3.2
  148. AUTOMAKE_OPTIONS = no-dependencies
  149. SUBDIRS = src doc