diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-09-04 14:24:25 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-09-04 14:24:25 +0000 |
commit | f23aed7bde4b7e82cbb2943a38f6f60f51038567 (patch) | |
tree | 65444edf752ebaf49e944ea49c7e7dad35e1de9a /graphics/php56-gd | |
parent | - Update to 1.20140824 (diff) |
Import PHP 5.6 branch!
Notes
Notes:
svn path=/head/; revision=367268
Diffstat (limited to 'graphics/php56-gd')
-rw-r--r-- | graphics/php56-gd/Makefile | 10 | ||||
-rw-r--r-- | graphics/php56-gd/files/patch-config.m4 | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/graphics/php56-gd/Makefile b/graphics/php56-gd/Makefile new file mode 100644 index 000000000000..4746215748f7 --- /dev/null +++ b/graphics/php56-gd/Makefile @@ -0,0 +1,10 @@ +# Created by: Alex Dupre <ale@FreeBSD.org> +# $FreeBSD$ + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php56 + +PKGNAMESUFFIX= -gd + +.include "${MASTERDIR}/Makefile" diff --git a/graphics/php56-gd/files/patch-config.m4 b/graphics/php56-gd/files/patch-config.m4 new file mode 100644 index 000000000000..468b69287246 --- /dev/null +++ b/graphics/php56-gd/files/patch-config.m4 @@ -0,0 +1,11 @@ +--- config.m4.orig 2013-12-11 00:31:06.000000000 +0100 ++++ config.m4 2013-12-24 21:11:19.000000000 +0100 +@@ -233,7 +233,7 @@ + ],[ + AC_MSG_ERROR([Problem with libt1.(a|so). Please check config.log for more information.]) + ],[ +- -L$GD_T1_DIR/$PHP_LIBDIR ++ -L$GD_T1_DIR/$PHP_LIBDIR -lm + ]) + fi + ]) |