diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-04 19:37:52 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-04 19:37:52 +0000 |
commit | 4a04910f836a1448ffb82fb0520ff4f105fbc8e0 (patch) | |
tree | 2f758fd7c1ded2db1de35c46735da341e7943744 /graphics/imlib2/patches/patch-aa | |
parent | d973ba248b0cbbbf6f90901aa3a8e325bc5a7b3d (diff) | |
download | pkgsrc-4a04910f836a1448ffb82fb0520ff4f105fbc8e0.tar.gz |
Updated to 1.1.0, provided by Min Sik Kim PR pkg/23630.
Changes:
o imlib2-1.1.0 uses freetype2 instead of freetype1.
o More bugfixes, etc.
Diffstat (limited to 'graphics/imlib2/patches/patch-aa')
-rw-r--r-- | graphics/imlib2/patches/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/imlib2/patches/patch-aa b/graphics/imlib2/patches/patch-aa index 4afbf37060b..fbe58e91166 100644 --- a/graphics/imlib2/patches/patch-aa +++ b/graphics/imlib2/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/08/16 10:49:52 rh Exp $ +$NetBSD: patch-aa,v 1.2 2003/12/04 19:37:52 xtraeme Exp $ ---- src/Makefile.in.orig Sun Apr 29 07:54:34 2001 +--- src/Makefile.in.orig 2003-09-07 21:12:28.000000000 -0500 +++ src/Makefile.in -@@ -93,7 +93,7 @@ +@@ -99,7 +99,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign # 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 + 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) \ |