diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-20 07:33:03 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-20 07:33:03 +0000 |
commit | 49ecfd5dd9ccb9447b13fa62ff8ebf52d8b89f5f (patch) | |
tree | c15a58318c9f59831f31370cd9fd34352e1e3317 /x11-misc/ttmkfdir/files | |
parent | description and manpage (diff) | |
download | gentoo-2-49ecfd5dd9ccb9447b13fa62ff8ebf52d8b89f5f.tar.gz gentoo-2-49ecfd5dd9ccb9447b13fa62ff8ebf52d8b89f5f.tar.bz2 gentoo-2-49ecfd5dd9ccb9447b13fa62ff8ebf52d8b89f5f.zip |
new version
Diffstat (limited to 'x11-misc/ttmkfdir/files')
-rw-r--r-- | x11-misc/ttmkfdir/files/digest-ttmkfdir-1.0 | 1 | ||||
-rw-r--r-- | x11-misc/ttmkfdir/files/ttmkfdir-1.0-gentoo.patch | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/x11-misc/ttmkfdir/files/digest-ttmkfdir-1.0 b/x11-misc/ttmkfdir/files/digest-ttmkfdir-1.0 new file mode 100644 index 000000000000..0ba4ef3c4b91 --- /dev/null +++ b/x11-misc/ttmkfdir/files/digest-ttmkfdir-1.0 @@ -0,0 +1 @@ +MD5 61efb004b19befdb5335ef058323002c ttmkfdir2-1.0.tar.bz2 16650 diff --git a/x11-misc/ttmkfdir/files/ttmkfdir-1.0-gentoo.patch b/x11-misc/ttmkfdir/files/ttmkfdir-1.0-gentoo.patch new file mode 100644 index 000000000000..181365d28dbf --- /dev/null +++ b/x11-misc/ttmkfdir/files/ttmkfdir-1.0-gentoo.patch @@ -0,0 +1,24 @@ +diff -urN ttmkfdir2/Makefile ttmkfdir2.azarah/Makefile +--- ttmkfdir2/Makefile.orig 2002-03-14 16:03:49.000000000 +0200 ++++ ttmkfdir2/Makefile 2002-10-13 03:55:17.000000000 +0200 +@@ -2,7 +2,7 @@ + FREETYPE_INCL=-I$(FREETYPE_BASE)/. + FREETYPE_LIB=/usr/lib/libfreetype.so + +-DEBUG=-ggdb ++DEBUG= + CXX=g++ + CXXFLAGS=-Wall -pedantic $(FREETYPE_INCL) $(DEBUG) + +diff -urN ttmkfdir2/ttf.h ttmkfdir2.azarah/ttf.h +--- ttmkfdir2/ttf.h.orig 2002-03-13 20:16:38.000000000 +0200 ++++ ttmkfdir2/ttf.h 2002-10-13 03:46:34.000000000 +0200 +@@ -43,7 +43,7 @@ + FT_Face face; + TT_OS2 *os2; + TT_Postscript *post; +- string FileName; ++ std::string FileName; + }; + }; + |