diff options
Diffstat (limited to 'graphics/imlib2/patches')
-rw-r--r-- | graphics/imlib2/patches/patch-aa | 16 | ||||
-rw-r--r-- | graphics/imlib2/patches/patch-ab | 14 | ||||
-rw-r--r-- | graphics/imlib2/patches/patch-ac | 13 | ||||
-rw-r--r-- | graphics/imlib2/patches/patch-ad | 13 | ||||
-rw-r--r-- | graphics/imlib2/patches/patch-ae | 13 |
5 files changed, 54 insertions, 15 deletions
diff --git a/graphics/imlib2/patches/patch-aa b/graphics/imlib2/patches/patch-aa index fbe58e91166..987621e374b 100644 --- a/graphics/imlib2/patches/patch-aa +++ b/graphics/imlib2/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.2 2003/12/04 19:37:52 xtraeme Exp $ +$NetBSD: patch-aa,v 1.3 2004/08/26 20:21:58 recht Exp $ ---- src/Makefile.in.orig 2003-09-07 21:12:28.000000000 -0500 -+++ src/Makefile.in -@@ -99,7 +99,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign +--- src/Makefile.in.orig 2004-07-30 05:06:53.000000000 +0200 ++++ src/Makefile.in 2004-08-26 20:28:32.000000000 +0200 +@@ -113,7 +113,7 @@ # A list of all the files in the current directory which can be regenerated - MAINTAINERCLEANFILES = Makefile.in loaderpath.h + MAINTAINERCLEANFILES = Makefile.in -LDFLAGS = -L/usr/X11R6/lib +LDFLAGS = @LDFLAGS@ - INCLUDES = -I. -I$(top_srcdir) -I$(top_srcdir)/src \ - -I$(top_srcdir)/loaders -I$(top_srcdir)/libltdl \ - $(freetype_cflags) -I/usr/X11R6/include $(X_CFLAGS) \ + INCLUDES = -I. -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_builddir)/src -I$(top_srcdir)/loaders $(freetype_cflags) -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) @XMISS@ + + MMX_SRCS = asm_blend.S asm_rgba.S asm_scale.S asm_rotate.S asm_blend_cmod.S diff --git a/graphics/imlib2/patches/patch-ab b/graphics/imlib2/patches/patch-ab index f5ca8571680..5f7e50e92f8 100644 --- a/graphics/imlib2/patches/patch-ab +++ b/graphics/imlib2/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.3 2003/12/04 19:37:52 xtraeme Exp $ +$NetBSD: patch-ab,v 1.4 2004/08/26 20:21:58 recht Exp $ ---- loaders/Makefile.in.orig 2003-09-07 21:12:29.000000000 -0500 -+++ loaders/Makefile.in -@@ -99,7 +99,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign +--- loaders/Makefile.in.orig 2004-07-30 05:06:54.000000000 +0200 ++++ loaders/Makefile.in 2004-08-26 20:29:16.000000000 +0200 +@@ -113,7 +113,7 @@ # A list of all the files in the current directory which can be regenerated MAINTAINERCLEANFILES = Makefile.in -LDFLAGS = -L$(top_builddir)/src -L$(top_builddir)/src/.libs -L/usr/X11R6/lib +LDFLAGS = -L$(top_builddir)/src -L$(top_builddir)/src/.libs @LDFLAGS@ - INCLUDES = -I. -I$(top_srcdir) -I$(top_srcdir)/src \ - -I$(top_srcdir)/loaders -I$(top_srcdir)/libltdl \ - -I/usr/X11R6/include $(X_CFLAGS) \ + INCLUDES = -I. -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/loaders -I$(top_srcdir)/libltdl -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) + + diff --git a/graphics/imlib2/patches/patch-ac b/graphics/imlib2/patches/patch-ac new file mode 100644 index 00000000000..827d3104696 --- /dev/null +++ b/graphics/imlib2/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2004/08/26 20:21:58 recht Exp $ + +--- filters/Makefile.in.orig 2004-08-26 20:30:16.000000000 +0200 ++++ filters/Makefile.in 2004-08-26 20:30:32.000000000 +0200 +@@ -113,7 +113,7 @@ + # A list of all the files in the current directory which can be regenerated + MAINTAINERCLEANFILES = Makefile.in + +-LDFLAGS = -L$(top_builddir)/src -L$(top_builddir)/src/.libs -L/usr/X11R6/lib ++LDFLAGS = -L$(top_builddir)/src -L$(top_builddir)/src/.libs @LDFLAGS@ + INCLUDES = -I. -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/loaders -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) + + diff --git a/graphics/imlib2/patches/patch-ad b/graphics/imlib2/patches/patch-ad new file mode 100644 index 00000000000..ad5187b4aea --- /dev/null +++ b/graphics/imlib2/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2004/08/26 20:21:58 recht Exp $ + +--- test/Makefile.in.orig 2004-08-26 20:32:09.000000000 +0200 ++++ test/Makefile.in 2004-08-26 20:32:23.000000000 +0200 +@@ -113,7 +113,7 @@ + # A list of all the files in the current directory which can be regenerated + MAINTAINERCLEANFILES = Makefile.in + +-LDFLAGS = -L/usr/X11R6/lib ++LDFLAGS = @LDFLAGS@ + INCLUDES = -I. -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/loaders -I$(top_srcdir)/libltdl -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) + + diff --git a/graphics/imlib2/patches/patch-ae b/graphics/imlib2/patches/patch-ae new file mode 100644 index 00000000000..ab889583282 --- /dev/null +++ b/graphics/imlib2/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2004/08/26 20:21:58 recht Exp $ + +--- demo/Makefile.in.orig 2004-08-26 20:43:34.000000000 +0200 ++++ demo/Makefile.in 2004-08-26 20:43:49.000000000 +0200 +@@ -113,7 +113,7 @@ + # A list of all the files in the current directory which can be regenerated + MAINTAINERCLEANFILES = Makefile.in + +-LDFLAGS = -L/usr/X11R6/lib ++LDFLAGS = @LDFLAGS@ + INCLUDES = -I. -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/loaders -I$(top_srcdir)/libltdl -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) + + |