diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 2 | ||||
-rw-r--r-- | graphics/php56-exif/Makefile | 10 | ||||
-rw-r--r-- | graphics/php56-gd/Makefile | 10 | ||||
-rw-r--r-- | graphics/php56-gd/files/patch-config.m4 | 11 |
4 files changed, 33 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 8ec761b2622d..0d4ec260f563 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -759,6 +759,8 @@ SUBDIR += php53-gd SUBDIR += php55-exif SUBDIR += php55-gd + SUBDIR += php56-exif + SUBDIR += php56-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += picturebook diff --git a/graphics/php56-exif/Makefile b/graphics/php56-exif/Makefile new file mode 100644 index 000000000000..13a6387c6997 --- /dev/null +++ b/graphics/php56-exif/Makefile @@ -0,0 +1,10 @@ +# Created by: Alex Dupre <ale@FreeBSD.org> +# $FreeBSD$ + +CATEGORIES= graphics + +MASTERDIR= ${.CURDIR}/../../lang/php56 + +PKGNAMESUFFIX= -exif + +.include "${MASTERDIR}/Makefile" 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 + ]) |