diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-08-24 12:17:08 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-08-24 12:17:08 +0000 |
commit | dc74024472ce9d111d7443795184d59e96acc900 (patch) | |
tree | 41454f37e1fcbd3f9e654cdd7a157ef095075867 /graphics/gd | |
parent | 33b3f82cca922726783783b172f82bc76996efc9 (diff) | |
download | ports-dc74024472ce9d111d7443795184d59e96acc900.tar.gz ports-dc74024472ce9d111d7443795184d59e96acc900.zip |
Notes
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 3 | ||||
-rw-r--r-- | graphics/gd/files/patch-malloc | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index d30acd88daf4..a6c514e9e9bd 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -17,12 +17,13 @@ MASTER_SITE_SUBDIR= graphics/gd DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gd_gif_in.c.bz2 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER?= billf@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org USE_FREETYPE2= yes BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ + freetype:${PORTSDIR}/print/freetype2 .if defined(WITH_X11) USE_XLIB= yes diff --git a/graphics/gd/files/patch-malloc b/graphics/gd/files/patch-malloc new file mode 100644 index 000000000000..fa33bbc023f2 --- /dev/null +++ b/graphics/gd/files/patch-malloc @@ -0,0 +1,5 @@ +--- gdcache.h Tue Feb 6 14:44:02 2001 ++++ gdcache.h Fri Aug 24 08:10:41 2001 +@@ -43 +43 @@ +-#include <malloc.h> ++#include <stdlib.h> |