summaryrefslogtreecommitdiff
path: root/graphics/imlib2/patches
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-08-16 10:49:52 +0000
committerrh <rh@pkgsrc.org>2001-08-16 10:49:52 +0000
commit0dc5ad37a62431d092e25443990b4fda7d56efb1 (patch)
treebde1be70113eae9a77f62b3c06c73404471fddc4 /graphics/imlib2/patches
parent98a3cab912d1a9b93f50fa0ff2d0cfc5ed6d2d54 (diff)
downloadpkgsrc-0dc5ad37a62431d092e25443990b4fda7d56efb1.tar.gz
Initial import of imlib2-1.0.3, an image manipulation library (the
successor to imlib).
Diffstat (limited to 'graphics/imlib2/patches')
-rw-r--r--graphics/imlib2/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/imlib2/patches/patch-aa b/graphics/imlib2/patches/patch-aa
new file mode 100644
index 00000000000..4afbf37060b
--- /dev/null
+++ b/graphics/imlib2/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/08/16 10:49:52 rh Exp $
+
+--- src/Makefile.in.orig Sun Apr 29 07:54:34 2001
++++ src/Makefile.in
+@@ -93,7 +93,7 @@
+ # A list of all the files in the current directory which can be regenerated
+ MAINTAINERCLEANFILES = Makefile.in loaderpath.h
+
+-LDFLAGS = -L/usr/X11R6/lib
++LDFLAGS = @LDFLAGS@
+ INCLUDES = -I/usr/X11R6/include -I$(top_srcdir)/libltdl $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/loaders
+
+ MMX_SRCS = asm_blend.S asm_rgba.S asm_scale.S asm_rotate.S asm_blend_cmod.S