aboutsummaryrefslogtreecommitdiff
path: root/print/freetype2/files
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2013-05-17 01:31:51 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2013-05-17 01:31:51 +0000
commitfc2692a47cbcfa9fb99118e9ea8315ff80b8b83d (patch)
treefdca2941a365164f1320f91524c7b364fca04781 /print/freetype2/files
parent9030e6d8e2d83f02441388f3ae643c97b07e8ad6 (diff)
downloadports-fc2692a47cbcfa9fb99118e9ea8315ff80b8b83d.tar.gz
ports-fc2692a47cbcfa9fb99118e9ea8315ff80b8b83d.zip
Update to 2.4.12 and add a new option, CFF_HINTING_ADOBE. The
CFF_HINTING_ADOBE is a CFF parsing and hinting engine by Adobe and Google. It is disable by default. PR: ports/178552 Submitted by: pfg
Notes
Notes: svn path=/head/; revision=318349
Diffstat (limited to 'print/freetype2/files')
-rw-r--r--print/freetype2/files/patch-aa18
1 files changed, 9 insertions, 9 deletions
diff --git a/print/freetype2/files/patch-aa b/print/freetype2/files/patch-aa
index f18618ec8e62..cc3b2286a40d 100644
--- a/print/freetype2/files/patch-aa
+++ b/print/freetype2/files/patch-aa
@@ -1,8 +1,8 @@
---- builds/unix/detect.mk.orig 2006-12-09 13:51:54.000000000 -0500
-+++ builds/unix/detect.mk 2007-07-06 12:55:05.000000000 -0400
-@@ -21,6 +21,9 @@ ifeq ($(PLATFORM),ansi)
- is_unix := $(strip $(wildcard /sbin/init) \
+--- builds/unix/detect.mk.orig 2013-03-21 13:55:46.000000000 -0500
++++ builds/unix/detect.mk 2013-05-12 17:58:34.000000000 -0500
+@@ -22,6 +22,9 @@
$(wildcard /usr/sbin/init) \
+ $(wildcard /dev/null) \
$(wildcard /hurd/auth))
+ # FreeBSD is "unix" so just mandate this to fix the build in
+ # jails that do not have init (see PR#113470).
@@ -10,15 +10,15 @@
ifneq ($(is_unix),)
PLATFORM := unix
-@@ -79,9 +82,9 @@ ifeq ($(PLATFORM),unix)
+@@ -81,9 +84,9 @@
ifdef must_configure
ifneq ($(have_Makefile),)
# we are building FT2 not in the src tree
-- $(TOP_DIR)/builds/unix/configure $(value CFG)
-+# $(TOP_DIR)/builds/unix/configure $(value CFG)
+- $(CONFIG_SHELL) $(TOP_DIR)/builds/unix/configure $(value CFG)
++ # $(CONFIG_SHELL) $(TOP_DIR)/builds/unix/configure $(value CFG)
else
-- cd builds/unix; ./configure $(value CFG)
-+# cd builds/unix; ./configure $(value CFG)
+- cd builds/unix; $(CONFIG_SHELL) ./configure $(value CFG)
++ # cd builds/unix; $(CONFIG_SHELL) ./configure $(value CFG)
endif
endif