summaryrefslogtreecommitdiff
path: root/fonts/fontforge/patches/patch-ab
blob: 960a0342ca23ee3a5a70a6eb429117426ef18721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.1 2005/06/30 14:36:56 adam Exp $

--- configure.orig	2005-06-30 16:02:08.000000000 +0000
+++ configure
@@ -9743,9 +9743,9 @@ if test "${with_freetype_src+set}" = set
 
     if test "$withval" != "no" >/dev/null 2>&1 ; then
 	FreeType2_TT_BUILD_INC="$withval/src/truetype"
-	if test "${FreeType2_TT_BUILD_INC/ttobjs.h:0:1}" != "/" ; then
-		FreeType2_TT_BUILD_INC=`pwd`/$FreeType2_TT_BUILD_INC
-	fi
+#	if test "${FreeType2_TT_BUILD_INC/ttobjs.h:0:1}" != "/" ; then
+#		FreeType2_TT_BUILD_INC=`pwd`/$FreeType2_TT_BUILD_INC
+#	fi
 	echo "$as_me:$LINENO: checking for valid freetype tree" >&5
 echo $ECHO_N "checking for valid freetype tree... $ECHO_C" >&6
 	if test -f "$FreeType2_TT_BUILD_INC/ttobjs.h"; then