aboutsummaryrefslogtreecommitdiff
path: root/print/freetype2/files
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-12-24 21:22:21 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-12-24 21:22:21 +0000
commitb1bf1620a6571c5eb84bed4e3f06cf52094d0a48 (patch)
tree93506aaee5230ee46b75930c4b3a6b8e0f243d74 /print/freetype2/files
parent123411e1ee17366ee88efd54b8482949b8e76eb5 (diff)
downloadports-b1bf1620a6571c5eb84bed4e3f06cf52094d0a48.tar.gz
ports-b1bf1620a6571c5eb84bed4e3f06cf52094d0a48.zip
Notes
Diffstat (limited to 'print/freetype2/files')
-rw-r--r--print/freetype2/files/patch-builds::unix::freetype-config.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/print/freetype2/files/patch-builds::unix::freetype-config.in b/print/freetype2/files/patch-builds::unix::freetype-config.in
deleted file mode 100644
index 4a935f869f9c..000000000000
--- a/print/freetype2/files/patch-builds::unix::freetype-config.in
+++ /dev/null
@@ -1,17 +0,0 @@
---- builds/unix/freetype-config.in.orig 2009-12-21 18:23:42.000000000 -0500
-+++ builds/unix/freetype-config.in 2010-02-21 15:51:17.000000000 -0500
-@@ -131,12 +131,8 @@ if test "$echo_ft_version" = "yes" ; the
- fi
-
- if test "$echo_cflags" = "yes" ; then
-- cflags="-I${SYSROOT}$includedir/freetype2"
-- if test "${SYSROOT}$includedir" != "/usr/include" ; then
-- echo $cflags -I${SYSROOT}$includedir
-- else
-- echo $cflags
-- fi
-+ cflags="-I$includedir/freetype2 -I$includedir"
-+ echo $cflags
- fi
-
- if test "$echo_libs" = "yes" ; then