From 99a390f50bab457f60aec3050c18c4b5c5fb7023 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Fri, 11 Jul 2003 18:16:14 +0000 Subject: o Change library name from libgd to libgd1. o Do not install everything except headers and libraries (to avoid conflicting with graphics/gd2) o Fix dependency on new libgd1(for many ports). PR: ports/54100 Submitted by: Ports Fury --- graphics/gd1/files/patch-gdcache.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 graphics/gd1/files/patch-gdcache.h (limited to 'graphics/gd1/files/patch-gdcache.h') diff --git a/graphics/gd1/files/patch-gdcache.h b/graphics/gd1/files/patch-gdcache.h new file mode 100644 index 000000000000..408a96443de6 --- /dev/null +++ b/graphics/gd1/files/patch-gdcache.h @@ -0,0 +1,10 @@ +--- gdcache.h.orig Wed Feb 7 04:44:02 2001 ++++ gdcache.h Fri Jul 4 21:58:32 2003 +@@ -40,7 +40,6 @@ + /* header */ + /*********************************************************/ + +-#include + #ifndef NULL + #define NULL (void *)0 + #endif -- cgit v1.2.3