diff options
author | Michael Nazaroff <naz@gentoo.org> | 2002-06-17 18:22:54 +0000 |
---|---|---|
committer | Michael Nazaroff <naz@gentoo.org> | 2002-06-17 18:22:54 +0000 |
commit | f91495500143f8e0a89ae3e0f65e9e3a20c6f0f6 (patch) | |
tree | d3fc87d0266a924c0fab8c2eaa986ed0331ac537 /app-text/ttf2pt1/files | |
parent | Trying another little fix for screen (diff) | |
download | gentoo-2-f91495500143f8e0a89ae3e0f65e9e3a20c6f0f6.tar.gz gentoo-2-f91495500143f8e0a89ae3e0f65e9e3a20c6f0f6.tar.bz2 gentoo-2-f91495500143f8e0a89ae3e0f65e9e3a20c6f0f6.zip |
Updated ttf2pt1 to the newest
Diffstat (limited to 'app-text/ttf2pt1/files')
-rw-r--r-- | app-text/ttf2pt1/files/ttf2pt1-3.4.0-Makefile-gentoo.diff | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/app-text/ttf2pt1/files/ttf2pt1-3.4.0-Makefile-gentoo.diff b/app-text/ttf2pt1/files/ttf2pt1-3.4.0-Makefile-gentoo.diff new file mode 100644 index 000000000000..f7662653d8b5 --- /dev/null +++ b/app-text/ttf2pt1/files/ttf2pt1-3.4.0-Makefile-gentoo.diff @@ -0,0 +1,47 @@ +--- ttf2pt1-3.4.0/Makefile.orig Sun Oct 14 21:32:29 2001 ++++ ttf2pt1-3.4.0/Makefile Tue Mar 12 17:37:56 2002 +@@ -60,18 +60,18 @@ + # (if the include and lib directory do not match your installation, + # modify them), also uncomment LIBS_FT + # +-#CFLAGS_FT = -DUSE_FREETYPE -I/usr/local/include/freetype2 -I/usr/local/include ++CFLAGS_FT = -DUSE_FREETYPE -I/usr/include/freetype2 + + # + # The FreeType-2 library flags (disabled by default) + +-LIBS_FT= ++#LIBS_FT= + + # To enable use of the FreeType-2 library + # (if the include and lib directory do not match your installation, + # modify them), also uncomment LIBS_FT + # +-#LIBS_FT= -L/usr/local/lib -lfreetype ++LIBS_FT= -L/usr/lib -lfreetype + + # + # Preference of front-ends if multiple parsers match a file +@@ -93,18 +93,18 @@ + # Installation-related stuff + # + # The base dir for installation and subdirs in it +-INSTDIR = /usr/local ++INSTDIR = /usr + # for binaries + BINDIR = $(INSTDIR)/bin + # for binaries of little general interest +-LIBXDIR = $(INSTDIR)/libexec/ttf2pt1 ++LIBXDIR = $(INSTDIR)/lib/ttf2pt1 + # for scripts, maps/encodings etc. + SHAREDIR = $(INSTDIR)/share/ttf2pt1 +-MANDIR = $(INSTDIR)/man ++MANDIR = $(INSTDIR)/share/man + + # owner and group of installed files + OWNER = root +-GROUP = bin ++GROUP = root + + # After you have configured the Makefile, comment out the following + # definition: |