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.

45 lines
2.0 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../bdb33/noinst-default.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. # Copyright (C) 1998 - 2003 Clifford Wolf
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- T2-COPYRIGHT-NOTE-END ---
  17. --- db-3.3.11/dist/Makefile.in.orig 2003-04-25 20:52:21.000000000 +0200
  18. +++ db-3.3.11/dist/Makefile.in 2003-04-25 20:53:06.000000000 +0200
  19. @@ -401,7 +401,6 @@
  20. @cd $(libdir) && $(rm) -f \
  21. $(libso) $(libso_target) $(libso_default) $(libso_major)
  22. @$(INSTALLER) $(libso_target) $(libdir)
  23. - @cd $(libdir) && $(ln) -s $(libso) $(libso_default)
  24. @cd $(libdir) && $(ln) -s $(libso) $(libso_major)
  25. @$(LIBTOOL) --mode=finish $(libdir)
  26. @cd $(libdir) && $(chmod) $(fmode) $(libso) $(libso_target)
  27. @@ -421,7 +420,6 @@
  28. @cd $(libdir) && $(rm) -f \
  29. $(libxso) $(libxso_target) $(libxso_default) $(libxso_major)
  30. @$(INSTALLER) $(libxso_target) $(libdir)
  31. - @cd $(libdir) && $(ln) -s $(libxso) $(libxso_default)
  32. @cd $(libdir) && $(ln) -s $(libxso) $(libxso_major)
  33. @cd $(libdir) && $(chmod) $(fmode) $(libxso) $(libxso_target)
  34. --- ./dist/Makefile.in.orig 2005-05-21 00:13:01.002705648 -0400
  35. +++ ./dist/Makefile.in 2005-05-21 00:13:17.669171960 -0400
  36. @@ -442,7 +442,6 @@
  37. @cd $(libdir) && $(rm) -f $(libjso_g) \
  38. $(libjso) $(libjso_target) $(libjso_default) $(libjso_major)
  39. @$(INSTALLER) $(libjso_target) $(libdir)
  40. - @cd $(libdir) && $(ln) -s $(libjso) $(libjso_default)
  41. @cd $(libdir) && $(ln) -s $(libjso) $(libjso_major)
  42. @cd $(libdir) && $(ln) -s $(libjso) $(libjso_g)
  43. @cd $(libdir) && $(chmod) $(fmode) $(libjso) $(libjso_target)