From 3e6d2438b4176c42b622ed5e12af55f87bb00e7d Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 18 Mar 2006 04:52:33 +0000 Subject: Set libdir in .la files correctly; otherwise, fontforge fails to load libraries on Darwin at run time. Bump PKGREVISION. --- fonts/fontforge/patches/patch-ac | 12 ++++++++++++ fonts/fontforge/patches/patch-ad | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 fonts/fontforge/patches/patch-ac create mode 100644 fonts/fontforge/patches/patch-ad (limited to 'fonts/fontforge/patches') diff --git a/fonts/fontforge/patches/patch-ac b/fonts/fontforge/patches/patch-ac new file mode 100644 index 00000000000..af64e7eb3e7 --- /dev/null +++ b/fonts/fontforge/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2006/03/18 04:52:33 minskim Exp $ + +--- gdraw/Makefile.dynamic.in.orig 2005-09-30 06:06:22.000000000 -0700 ++++ gdraw/Makefile.dynamic.in +@@ -3,6 +3,7 @@ top_srcdir = @top_srcdir@ + top_builddir = .. + VPATH = @srcdir@ + prefix = @prefix@ ++exec_prefix = @exec_prefix@ + bindir = @bindir@ + libdir = @libdir@ + diff --git a/fonts/fontforge/patches/patch-ad b/fonts/fontforge/patches/patch-ad new file mode 100644 index 00000000000..b695b1169fc --- /dev/null +++ b/fonts/fontforge/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2006/03/18 04:52:33 minskim Exp $ + +--- Unicode/Makefile.dynamic.in.orig 2005-09-30 06:10:58.000000000 -0700 ++++ Unicode/Makefile.dynamic.in +@@ -3,6 +3,7 @@ top_builddir = .. + libdir = @libdir@ + VPATH = @srcdir@ + prefix = @prefix@ ++exec_prefix = @exec_prefix@ + bindir = @bindir@ + + GU_VERSION=2 -- cgit v1.2.3