diff options
author | minskim <minskim> | 2006-03-18 04:52:33 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-03-18 04:52:33 +0000 |
commit | 3e6d2438b4176c42b622ed5e12af55f87bb00e7d (patch) | |
tree | e52e871f70885ef8982bac456d5f989e6be28b11 /fonts/fontforge/patches | |
parent | bb55ebe316d74d62593c04bac4a1bcff6480d950 (diff) | |
download | pkgsrc-3e6d2438b4176c42b622ed5e12af55f87bb00e7d.tar.gz |
Set libdir in .la files correctly; otherwise, fontforge fails to load
libraries on Darwin at run time. Bump PKGREVISION.
Diffstat (limited to 'fonts/fontforge/patches')
-rw-r--r-- | fonts/fontforge/patches/patch-ac | 12 | ||||
-rw-r--r-- | fonts/fontforge/patches/patch-ad | 12 |
2 files changed, 24 insertions, 0 deletions
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 |