summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authoradam <adam>2005-06-30 14:36:56 +0000
committeradam <adam>2005-06-30 14:36:56 +0000
commit36c27f2b65dd536a312e8dfceda095c4cc100e13 (patch)
treecb46315cfb8e042512e6ae45916a5bd770634d4d /fonts
parent716d369ecd2eb0115741978ae432f17fd645c8bb (diff)
downloadpkgsrc-36c27f2b65dd536a312e8dfceda095c4cc100e13.tar.gz
Added patch-ab
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontforge/patches/patch-ab17
1 files changed, 17 insertions, 0 deletions
diff --git a/fonts/fontforge/patches/patch-ab b/fonts/fontforge/patches/patch-ab
new file mode 100644
index 00000000000..960a0342ca2
--- /dev/null
+++ b/fonts/fontforge/patches/patch-ab
@@ -0,0 +1,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