summaryrefslogtreecommitdiff
path: root/fonts/Xft2/patches
diff options
context:
space:
mode:
authormarkd <markd>2003-09-19 15:46:51 +0000
committermarkd <markd>2003-09-19 15:46:51 +0000
commit47c87ce5621564b16bcf0b5d9915c33c0d07e6a8 (patch)
tree5feac7c221636ae6098f215bb6a1a5cd5a563efd /fonts/Xft2/patches
parentaea052ad318582453aca57d63cff8aef39b257d3 (diff)
downloadpkgsrc-47c87ce5621564b16bcf0b5d9915c33c0d07e6a8.tar.gz
Update Xft2 to version 2.1.2.
Not sure of precise changes but does again build correctly against the current fontconfig package.
Diffstat (limited to 'fonts/Xft2/patches')
-rw-r--r--fonts/Xft2/patches/patch-aa13
-rw-r--r--fonts/Xft2/patches/patch-ab13
2 files changed, 0 insertions, 26 deletions
diff --git a/fonts/Xft2/patches/patch-aa b/fonts/Xft2/patches/patch-aa
deleted file mode 100644
index deb62b15e28..00000000000
--- a/fonts/Xft2/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/12/16 12:08:42 jmmv Exp $
-
---- Makefile.in.orig Fri May 31 09:01:49 2002
-+++ Makefile.in
-@@ -66,7 +66,7 @@ LIBBASE=libXft.so
- LIBFILE=$(LIBBASE).@PACKAGE_MAJOR@.@PACKAGE_MINOR@
- LIBMAJOR=$(LIBBASE).@PACKAGE_MAJOR@
-
--LIBS=@LIBS@
-+LIBS=@LIBS@ @LDFLAGS@
-
- SRCS=xftcolor.c \
- xftcore.c \
diff --git a/fonts/Xft2/patches/patch-ab b/fonts/Xft2/patches/patch-ab
deleted file mode 100644
index 04239487621..00000000000
--- a/fonts/Xft2/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2002/12/24 00:43:43 wiz Exp $
-
---- configure.orig Fri Nov 22 03:30:00 2002
-+++ configure
-@@ -1316,7 +1316,7 @@ fi
- case "$have_x" in
- yes)
- XRENDER_CFLAGS="-I$x_includes"
-- XRENDER_LIBS="-L$x_libraries -lXrender"
-+ XRENDER_LIBS="-L$x_libraries -lXrender -lXext"
-
- saved_LIBS="$LIBS"
- LIBS="$LIBS $XRENDER_LIBS"