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.

44 lines
2.0 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../log4cxx/log4cxx-0.10.0-headers-install.patch
  5. # Copyright (C) 2011 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. Description: Fix installation of header files
  17. log4cxx_private.h and log4cxx.h are included in the globbing pattern used
  18. for finding the headers, thus there is no need to include them explicitely
  19. because `install` will refuse to install them twice.
  20. --- apache-log4cxx-0.10.0/src/main/include/log4cxx/private/Makefile.am.orig 2011-04-17 17:55:26.216077822 +0200
  21. +++ apache-log4cxx-0.10.0/src/main/include/log4cxx/private/Makefile.am 2011-04-17 17:55:39.172077859 +0200
  22. @@ -14,7 +14,7 @@
  23. # limitations under the License.
  24. #
  25. privateincdir = $(includedir)/log4cxx/private
  26. -privateinc_HEADERS= $(top_builddir)/src/main/include/log4cxx/private/*.h log4cxx_private.h
  27. +privateinc_HEADERS= $(top_builddir)/src/main/include/log4cxx/private/*.h
  28. DISTCLEANFILES = log4cxx_private.h
  29. EXTRA_DIST = log4cxx_private.hw
  30. --- apache-log4cxx-0.10.0/src/main/include/log4cxx/Makefile.am.orig 2011-04-17 18:04:46.688082284 +0200
  31. +++ apache-log4cxx-0.10.0/src/main/include/log4cxx/Makefile.am 2011-04-17 18:05:16.932064300 +0200
  32. @@ -15,7 +15,7 @@
  33. #
  34. SUBDIRS = helpers net nt rolling spi varia xml config db private pattern filter
  35. log4cxxincdir = $(includedir)/log4cxx
  36. -log4cxxinc_HEADERS= $(top_srcdir)/src/main/include/log4cxx/*.h log4cxx.h
  37. +log4cxxinc_HEADERS= $(top_srcdir)/src/main/include/log4cxx/*.h
  38. DISTCLEANFILES = log4cxx.h
  39. EXTRA_DIST = log4cxx.hw