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.

64 lines
3.9 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../boehm-gc/docdir.patch
  5. # Copyright (C) 2007 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. --- ./libatomic_ops-1.2/configure.orig 2007-07-04 13:52:30.000000000 -0400
  17. +++ ./libatomic_ops-1.2/configure 2007-07-04 13:54:46.000000000 -0400
  18. @@ -309,7 +309,7 @@
  19. # include <unistd.h>
  20. #endif"
  21. -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar RANLIB ac_ct_RANLIB CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CCAS CCASFLAGS CPP EGREP PICFLAG NEED_ASM_TRUE NEED_ASM_FALSE LIBOBJS LTLIBOBJS'
  22. +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir docdir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar RANLIB ac_ct_RANLIB CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CCAS CCASFLAGS CPP EGREP PICFLAG NEED_ASM_TRUE NEED_ASM_FALSE LIBOBJS LTLIBOBJS'
  23. ac_subst_files=''
  24. # Initialize some variables set by options.
  25. @@ -341,6 +341,7 @@
  26. sbindir='${exec_prefix}/sbin'
  27. libexecdir='${exec_prefix}/libexec'
  28. datadir='${prefix}/share'
  29. +docdir='${datadir}/doc/'
  30. sysconfdir='${prefix}/etc'
  31. sharedstatedir='${prefix}/com'
  32. localstatedir='${prefix}/var'
  33. @@ -392,6 +393,11 @@
  34. | --da=*)
  35. datadir=$ac_optarg ;;
  36. + -docdir | --docdir | --docdi | --doc | --do)
  37. + ac_prev=docdir ;;
  38. + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
  39. + docdir=$ac_optarg ;;
  40. +
  41. -disable-* | --disable-*)
  42. ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
  43. # Reject names that are not valid shell variable names.
  44. @@ -667,7 +673,7 @@
  45. done
  46. # Be sure to have absolute paths.
  47. -for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
  48. +for ac_var in bindir sbindir libexecdir datadir docdir sysconfdir sharedstatedir \
  49. localstatedir libdir includedir oldincludedir infodir mandir
  50. do
  51. eval ac_val=$`echo $ac_var`
  52. @@ -4813,6 +4819,7 @@
  53. s,@sbindir@,$sbindir,;t t
  54. s,@libexecdir@,$libexecdir,;t t
  55. s,@datadir@,$datadir,;t t
  56. +s,@docdir@,$docdir,;t t
  57. s,@sysconfdir@,$sysconfdir,;t t
  58. s,@sharedstatedir@,$sharedstatedir,;t t
  59. s,@localstatedir@,$localstatedir,;t t