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.

43 lines
1.5 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../php/phpbuilddir.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE 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. # --- T2-COPYRIGHT-NOTE-END ---
  16. Install this build noise where former php versions placed it. Also do not
  17. polute the libdir itself.
  18. - Rene Rebe <rene@exactcode.de>
  19. --- php-5.0.5/scripts/Makefile.frag 2005-06-07 23:57:06.000000000 +0200
  20. +++ php-5.0.5-fixed/scripts/Makefile.frag 2005-02-28 06:28:25.000000000 +0100
  21. @@ -4,7 +4,7 @@
  22. #
  23. phpincludedir = $(includedir)/php
  24. -phpbuilddir = $(libdir)/build
  25. +phpbuilddir = $(libdir)/php/build
  26. BUILD_FILES = \
  27. scripts/phpize.m4 \
  28. --- ./scripts/phpize.in.orig 2006-04-04 15:24:45.000000000 +0200
  29. +++ ./scripts/phpize.in 2006-04-04 15:26:13.000000000 +0200
  30. @@ -3,7 +3,7 @@
  31. # Variable declaration
  32. prefix='@prefix@'
  33. exec_prefix="`eval echo @exec_prefix@`"
  34. -phpdir="`eval echo @libdir@`/build"
  35. +phpdir="`eval echo @libdir@`/php/build"
  36. includedir="`eval echo @includedir@`/php"
  37. builddir="`pwd`"