1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/chinese/ttfm/files/patch-Makefile
Maxim Sobolev d8543839e6 Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
2002-03-14 11:16:45 +00:00

13 lines
264 B
Plaintext

$FreeBSD$
--- Makefile 2002/03/14 07:35:10 1.1
+++ Makefile 2002/03/14 07:35:23
@@ -1,5 +1,5 @@
FREETYPE_BASE=/usr/local
-FREETYPE_INCL=$(FREETYPE_BASE)/include
+FREETYPE_INCL=$(FREETYPE_BASE)/include/freetype1
FREETYPE_LIB=$(FREETYPE_BASE)/lib
prefix=/usr