diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-02-05 00:12:11 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-02-05 00:12:11 +0000 |
commit | 92c7a49ffa035214d108a0e007836c962317b577 (patch) | |
tree | 86e21468be18bc7a88477fe9dadf0c11c38718b6 /graphics | |
parent | a8d392cc4649e628986f07d0fd8a88859175c54d (diff) | |
download | pkgsrc-92c7a49ffa035214d108a0e007836c962317b577.tar.gz |
Remove out-dated patches for last round of ocaml updates
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/camlimages/patches/patch-aa | 20 | ||||
-rw-r--r-- | graphics/camlimages/patches/patch-ab | 14 |
2 files changed, 0 insertions, 34 deletions
diff --git a/graphics/camlimages/patches/patch-aa b/graphics/camlimages/patches/patch-aa deleted file mode 100644 index 8f510cecc1d..00000000000 --- a/graphics/camlimages/patches/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/08/31 01:24:41 jtb Exp $ - ---- Makefile.shared.orig 2002-07-03 04:18:26.000000000 +0100 -+++ Makefile.shared 2003-08-18 20:20:36.000000000 +0100 -@@ -1,5 +1,5 @@ - $(CLIB) $(CDLL): $(COBJS) -- $(CAMLMKLIB) -oc $(LIBNAME) -L/usr/local/lib $(COBJS) $(EXTCLIB) -+ $(CAMLMKLIB) -oc $(LIBNAME) $(LDFLAGS) $(COBJS) $(EXTCLIB) - - $(CMA): $(CLIB) $(MLOBJS) - if test "X$(CLIB)" = "X"; then \ -@@ -62,7 +62,7 @@ - $(CAMLYACC) $< - - .c.o: ../config.h -- $(CAMLC) -ccopt "-I.. $(CFLAGS) -I/usr/local/include" -c $< -+ $(CAMLC) -ccopt "-I.. $(CFLAGS) $(CPPFLAGS)" -c $< - - depend: .depend - diff --git a/graphics/camlimages/patches/patch-ab b/graphics/camlimages/patches/patch-ab deleted file mode 100644 index 94fd5b0cfe6..00000000000 --- a/graphics/camlimages/patches/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2004/07/10 22:57:14 wiz Exp $ - ---- freetype2/ftintf.c.orig 2001-12-17 16:25:21.000000000 +0100 -+++ freetype2/ftintf.c -@@ -20,7 +20,8 @@ - - #if (HAVE_FREETYPE && HAVE_FREETYPE2) - --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - - value init_FreeType() - { |