From 1fa49a01325e5bc00c8f74010ce903a1b2913d1e Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Sun, 27 May 2001 13:56:51 +0000 Subject: Missing patch --- .../files/ttf2pt1-3.3.3-Makefile-gentoo.diff | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 app-text/ttf2pt1/files/ttf2pt1-3.3.3-Makefile-gentoo.diff (limited to 'app-text/ttf2pt1') diff --git a/app-text/ttf2pt1/files/ttf2pt1-3.3.3-Makefile-gentoo.diff b/app-text/ttf2pt1/files/ttf2pt1-3.3.3-Makefile-gentoo.diff new file mode 100644 index 000000000000..8588da518506 --- /dev/null +++ b/app-text/ttf2pt1/files/ttf2pt1-3.3.3-Makefile-gentoo.diff @@ -0,0 +1,42 @@ +--- ttf2pt1-3.3.3/Makefile.orig Tue Mar 20 08:28:51 2001 ++++ ttf2pt1-3.3.3/Makefile Tue Mar 20 08:33:03 2001 +@@ -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 ++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,14 +93,14 @@ + # 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 -- cgit v1.2.3-65-gdbad