diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-01-26 12:58:14 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-01-26 12:58:14 +0000 |
commit | 0fbe9133fda64fb6966f1ec785ec72c28a38b88e (patch) | |
tree | 07138a7ab9de6352de91b19918eca42e11e781ab /lang/php5/files | |
parent | e8ccccc0a360fc7ba82e80101a4e580b89f4049b (diff) |
- Add support for PTHREAD_{LIBS/CFLAGS} [1]
- Add support for FastCGI [2]
- Fix PEAR installation in a particular scenario [3]
PR: ports/61790 [2]
Submitted by: clement [1],
Xavier Beaudouin <kiwi@oav.net> [2],
Balazs Nagy <js@iksz.hu> [3]
Approved by: nork (mentor/implicitly)
Notes
Notes:
svn path=/head/; revision=99178
Diffstat (limited to 'lang/php5/files')
-rw-r--r-- | lang/php5/files/patch-pear::Makefile.frag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/files/patch-pear::Makefile.frag b/lang/php5/files/patch-pear::Makefile.frag index 6653c7852f69..060066c367b6 100644 --- a/lang/php5/files/patch-pear::Makefile.frag +++ b/lang/php5/files/patch-pear::Makefile.frag @@ -17,6 +17,6 @@ + $(INSTALL_ROOT)$(peardir)/bootstrap + @cp $(srcdir)/Archive/*.php $(INSTALL_ROOT)$(peardir)/bootstrap/Archive + @cp $(srcdir)/Console/*.php $(INSTALL_ROOT)$(peardir)/bootstrap/Console -+ @cp -R $(srcdir)/OS $(INSTALL_ROOT)$(peardir)/bootstrap/OS -+ @cp -R $(srcdir)/PEAR $(INSTALL_ROOT)$(peardir)/bootstrap/PEAR ++ @cp -R $(srcdir)/OS $(INSTALL_ROOT)$(peardir)/bootstrap ++ @cp -R $(srcdir)/PEAR $(INSTALL_ROOT)$(peardir)/bootstrap |