diff options
author | joerg <joerg@pkgsrc.org> | 2013-01-17 15:53:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-01-17 15:53:10 +0000 |
commit | d40877b66d45d7a82f8fcd07212621b193f907d5 (patch) | |
tree | de914d574c34f3a5de438a599afc44380a95e910 | |
parent | e74b55b9188308086c9c3bd9ebcfbabb3142f31d (diff) | |
download | pkgsrc-d40877b66d45d7a82f8fcd07212621b193f907d5.tar.gz |
Add rpath for X11 location.
-rw-r--r-- | fonts/xmbdfed/distinfo | 4 | ||||
-rw-r--r-- | fonts/xmbdfed/patches/patch-aa | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/fonts/xmbdfed/distinfo b/fonts/xmbdfed/distinfo index fa4ea04f4e6..cc4608624e0 100644 --- a/fonts/xmbdfed/distinfo +++ b/fonts/xmbdfed/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2006/06/17 19:42:59 minskim Exp $ +$NetBSD: distinfo,v 1.5 2013/01/17 15:53:10 joerg Exp $ SHA1 (xmbdfed-4.5.tar.gz) = 325f2f3a8ae68b3f5d22ff9bdd115d30cdd743db RMD160 (xmbdfed-4.5.tar.gz) = a6c1d9202e6d978dbc0aaa1fb6389a3d14b16c26 Size (xmbdfed-4.5.tar.gz) = 282055 bytes -SHA1 (patch-aa) = c56292901cfe776c26fc21da2b851aa2fccf2e02 +SHA1 (patch-aa) = a7eaacef7135ea315b6951fd8793e266baceb20e SHA1 (patch-ab) = eb5c46e723988cf9febf65f64e0b142ce8dccde3 SHA1 (patch-ac) = c62140d171ea96418d48ee4b236cde8bb87b545d diff --git a/fonts/xmbdfed/patches/patch-aa b/fonts/xmbdfed/patches/patch-aa index f5ce19216ea..400526c5cab 100644 --- a/fonts/xmbdfed/patches/patch-aa +++ b/fonts/xmbdfed/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/10/15 12:29:19 kei Exp $ +$NetBSD: patch-aa,v 1.2 2013/01/17 15:53:11 joerg Exp $ --- Makefile.orig Fri Mar 17 05:08:49 2000 +++ Makefile Wed Mar 20 00:37:53 2002 @@ -14,8 +14,8 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/10/15 12:29:19 kei Exp $ -#FTYPE_INCS = -I/usr/local/include -#FTYPE_LIBS = -L/user/local/lib -lttf -#FTYPE_DEFS = -DHAVE_FREETYPE -+FTYPE_INCS = -I${LOCALBASE}/include/freetype -+FTYPE_LIBS = -L${LOCALBASE}/lib -lttf ++FTYPE_INCS = -I${X11PREFIX}/include/freetype ++FTYPE_LIBS = -L${X11PREFIX}/lib -Wl,-rpath,${X11PREFIX}/lib -lttf +FTYPE_DEFS = -DHAVE_FREETYPE @@ -66,3 +66,3 @@ |