Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 1096 | Differences between
and this patch

Collapse All | Expand All

(-)ttf2pt1-3.4.0/Makefile.orig (-6 / +6 lines)
Lines 60-77 Link Here
60
# (if the include and lib directory do not match your installation,
60
# (if the include and lib directory do not match your installation,
61
# modify them), also uncomment LIBS_FT
61
# modify them), also uncomment LIBS_FT
62
#
62
#
63
#CFLAGS_FT = -DUSE_FREETYPE -I/usr/local/include/freetype2 -I/usr/local/include
63
CFLAGS_FT = -DUSE_FREETYPE -I/usr/include/freetype2
64
64
65
# 
65
# 
66
# The FreeType-2 library flags (disabled by default)
66
# The FreeType-2 library flags (disabled by default)
67
67
68
LIBS_FT=
68
#LIBS_FT=
69
69
70
# To enable use of the FreeType-2 library
70
# To enable use of the FreeType-2 library
71
# (if the include and lib directory do not match your installation,
71
# (if the include and lib directory do not match your installation,
72
# modify them), also uncomment LIBS_FT
72
# modify them), also uncomment LIBS_FT
73
#
73
#
74
#LIBS_FT= -L/usr/local/lib -lfreetype
74
LIBS_FT= -L/usr/lib -lfreetype
75
75
76
#
76
#
77
# Preference of front-ends if multiple parsers match a file
77
# Preference of front-ends if multiple parsers match a file
Lines 93-106 Link Here
93
# Installation-related stuff
93
# Installation-related stuff
94
# 
94
# 
95
# The base dir for installation and subdirs in it
95
# The base dir for installation and subdirs in it
96
INSTDIR = /usr/local
96
INSTDIR = /usr
97
# for binaries
97
# for binaries
98
BINDIR = $(INSTDIR)/bin
98
BINDIR = $(INSTDIR)/bin
99
# for binaries of little general interest
99
# for binaries of little general interest
100
LIBXDIR = $(INSTDIR)/libexec/ttf2pt1
100
LIBXDIR = $(INSTDIR)/ttf2pt1
101
# for scripts, maps/encodings etc.
101
# for scripts, maps/encodings etc.
102
SHAREDIR = $(INSTDIR)/share/ttf2pt1
102
SHAREDIR = $(INSTDIR)/share/ttf2pt1
103
MANDIR = $(INSTDIR)/man
103
MANDIR = $(INSTDIR)/share/man
104
104
105
# owner and group of installed files
105
# owner and group of installed files
106
OWNER = root
106
OWNER = root

Return to bug 1096