summaryrefslogtreecommitdiffstats
path: root/print/freetype2/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'print/freetype2/files/patch-aa')
-rw-r--r--print/freetype2/files/patch-aa24
1 files changed, 0 insertions, 24 deletions
diff --git a/print/freetype2/files/patch-aa b/print/freetype2/files/patch-aa
deleted file mode 100644
index f18618ec8..000000000
--- a/print/freetype2/files/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
---- 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) \
- $(wildcard /usr/sbin/init) \
- $(wildcard /hurd/auth))
-+ # FreeBSD is "unix" so just mandate this to fix the build in
-+ # jails that do not have init (see PR#113470).
-+ is_unix := true
- ifneq ($(is_unix),)
-
- PLATFORM := unix
-@@ -79,9 +82,9 @@ ifeq ($(PLATFORM),unix)
- 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)
- else
-- cd builds/unix; ./configure $(value CFG)
-+# cd builds/unix; ./configure $(value CFG)
- endif
- endif
-