summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-08-21 16:21:48 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-08-21 16:21:48 +0000
commit76e507531a1485bc2fca757ef17001325d28144c (patch)
tree9653bc8a815de254c0c72097e7c7ca7fca6cfc24 /media-libs/t1lib/files
parentold (diff)
downloadgentoo-2-76e507531a1485bc2fca757ef17001325d28144c.tar.gz
gentoo-2-76e507531a1485bc2fca757ef17001325d28144c.tar.bz2
gentoo-2-76e507531a1485bc2fca757ef17001325d28144c.zip
old
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/t1lib/files')
-rw-r--r--media-libs/t1lib/files/t1lib-1.3.1-asneeded.patch11
-rw-r--r--media-libs/t1lib/files/t1lib-5.1.1-qa.diff10
2 files changed, 0 insertions, 21 deletions
diff --git a/media-libs/t1lib/files/t1lib-1.3.1-asneeded.patch b/media-libs/t1lib/files/t1lib-1.3.1-asneeded.patch
deleted file mode 100644
index 3e005775660b..000000000000
--- a/media-libs/t1lib/files/t1lib-1.3.1-asneeded.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- t1lib-5.0.2/lib/Makefile.in.orig 2006-04-18 15:32:53.676252250 +0200
-+++ t1lib-5.0.2/lib/Makefile.in 2006-04-18 15:33:12.989459250 +0200
-@@ -128,7 +128,7 @@
-
- libt1.la: $(TYPE1_OBJS) $(T1LIB_OBJS)
- $(LIBTOOL) --mode=link \
-- $(CC) -o $@ $(TYPE1_OBJS) $(T1LIB_OBJS) \
-+ $(CC) -o $@ $(TYPE1_OBJS) $(T1LIB_OBJS) -lm \
- -version-info @T1LIB_LT_CURRENT@:@T1LIB_LT_REVISION@:@T1LIB_LT_AGE@ \
- -rpath $(libdir)
- cp t1lib/t1lib.h .
diff --git a/media-libs/t1lib/files/t1lib-5.1.1-qa.diff b/media-libs/t1lib/files/t1lib-5.1.1-qa.diff
deleted file mode 100644
index e507fda11286..000000000000
--- a/media-libs/t1lib/files/t1lib-5.1.1-qa.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- t1lib-5.1.1/examples/subset.c 2005-05-07 23:09:04.000000000 +0200
-+++ t1lib-5.1.1-qa/examples/subset.c 2007-09-26 21:49:19.000000000 +0200
-@@ -31,6 +31,7 @@
-
- #include <stdio.h>
- #include <string.h>
-+#include <stdlib.h>
- /* Note: We include t1lib.h from lib/t1lib. That way the objectfile does only
- need to be rebuild when the header itself changes and not each time the
- library has been recompiled */