summaryrefslogtreecommitdiff
path: root/graphics/camlimages/patches
diff options
context:
space:
mode:
authorjtb <jtb>2003-08-31 01:24:36 +0000
committerjtb <jtb>2003-08-31 01:24:36 +0000
commitdcabdead0bb6f5aca1ab8bcee23ba726126a6a11 (patch)
tree09e8c251f99fba3f70ca056f720bb05554164a21 /graphics/camlimages/patches
parent8ce0332cdfaec6fdcd1ab5f21d8c8eed366a5c57 (diff)
downloadpkgsrc-dcabdead0bb6f5aca1ab8bcee23ba726126a6a11.tar.gz
Initial import of camlimages.
CamlImages is an image processing library, which provides * Basic functions for image processing and loading/saving various image file formats (hence providing a translation facility from format to format), * An interface with the Caml graphics library allows to display images in the Graphics module screen and to mix them with Caml drawings, * A freetype interface, integrated into the library: you can draw texts into images using any truetype fonts. In addition, the library can handle huge images that cannot be (or can hardly be) stored into the main memory (the library then automatically creates swap files and escapes them to reduce the memory usage).
Diffstat (limited to 'graphics/camlimages/patches')
-rw-r--r--graphics/camlimages/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/camlimages/patches/patch-aa b/graphics/camlimages/patches/patch-aa
new file mode 100644
index 00000000000..8f510cecc1d
--- /dev/null
+++ b/graphics/camlimages/patches/patch-aa
@@ -0,0 +1,20 @@
+$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
+