diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-06-28 09:02:19 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-06-28 09:02:19 +0000 |
commit | 3a5839b5bd8d2fd558c18470baf3d647b23b2ae3 (patch) | |
tree | 1b7c9d8690b2509ee2cf4665b836edbc363cdfd9 /lang/php4/files/patch-scripts::Makefile.frag | |
parent | Update to 1.2.2 release. (diff) |
Install GD header files for pecl-pdflib extension.
Notes
Notes:
svn path=/head/; revision=112458
Diffstat (limited to 'lang/php4/files/patch-scripts::Makefile.frag')
-rw-r--r-- | lang/php4/files/patch-scripts::Makefile.frag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/php4/files/patch-scripts::Makefile.frag b/lang/php4/files/patch-scripts::Makefile.frag new file mode 100644 index 000000000000..41071ae08901 --- /dev/null +++ b/lang/php4/files/patch-scripts::Makefile.frag @@ -0,0 +1,11 @@ +--- scripts/Makefile.frag.orig Mon Jun 28 10:35:58 2004 ++++ scripts/Makefile.frag Mon Jun 28 10:36:57 2004 +@@ -31,6 +31,8 @@ + ext/xml \ + ext/xml/expat \ + main \ ++ ext/gd \ ++ ext/gd/libgd \ + ext/mbstring \ + ext/mbstring/libmbfl \ + ext/mbstring/libmbfl/mbfl \ |