diff options
| author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-15 14:59:57 +0000 |
|---|---|---|
| committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-15 14:59:57 +0000 |
| commit | 460774c383227862f6f7c283bd78305965639c64 (patch) | |
| tree | 3b06e02047fd864598ae56d9c1636b13851536ef /graphics/gd/files/patch-malloc | |
| parent | o Unbreak for mozilla 0.9.6 and later versions. Mozilla no longer (diff) | |
- Respect CFLAGS properly
- Fix compilation error when both freetype and freetype2 are installed
- Fix Xpm support
- Use freetype-config to find both include and library path
- Port style changes in Makefile
- Generic fix for -current malloc.h issue
PR: 32854
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=51575
Diffstat (limited to 'graphics/gd/files/patch-malloc')
| -rw-r--r-- | graphics/gd/files/patch-malloc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/gd/files/patch-malloc b/graphics/gd/files/patch-malloc deleted file mode 100644 index fa33bbc023f2..000000000000 --- a/graphics/gd/files/patch-malloc +++ /dev/null @@ -1,5 +0,0 @@ ---- 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> |
