summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-27 13:56:51 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-27 13:56:51 +0000
commit1fa49a01325e5bc00c8f74010ce903a1b2913d1e (patch)
tree063b9dcc41dd6e126b36a817a01987515bb0f5d1 /app-text/ttf2pt1
parent*** empty log message *** (diff)
downloadgentoo-2-1fa49a01325e5bc00c8f74010ce903a1b2913d1e.tar.gz
gentoo-2-1fa49a01325e5bc00c8f74010ce903a1b2913d1e.tar.bz2
gentoo-2-1fa49a01325e5bc00c8f74010ce903a1b2913d1e.zip
Missing patch
Diffstat (limited to 'app-text/ttf2pt1')
-rw-r--r--app-text/ttf2pt1/files/ttf2pt1-3.3.3-Makefile-gentoo.diff42
1 files changed, 42 insertions, 0 deletions
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