diff options
author | fredb <fredb@pkgsrc.org> | 2002-04-18 23:55:26 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-04-18 23:55:26 +0000 |
commit | 3d215bc45ca2851c7cb00acedaa3c1a477102544 (patch) | |
tree | 0165086c82199728774e0d44b30a197a980e970c /print/lyx/patches | |
parent | c69459e095d30078317949e9e1a136d0425275d3 (diff) | |
download | pkgsrc-3d215bc45ca2851c7cb00acedaa3c1a477102544.tar.gz |
- - Force the locale dir to ${prefix}/share in a more definite way.
(On my my Mac with an NFS mounted object directory, it keeps rebuilding
po/Makefile and getting it wrong.)
- - Take a stab at fixing PR pkg/16308: X11BASE -> X11PREFIX.
Diffstat (limited to 'print/lyx/patches')
-rw-r--r-- | print/lyx/patches/patch-aa | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/print/lyx/patches/patch-aa b/print/lyx/patches/patch-aa index 0175ae8d588..fad0002e169 100644 --- a/print/lyx/patches/patch-aa +++ b/print/lyx/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.7 2002/04/17 04:45:17 fredb Exp $ +$NetBSD: patch-aa,v 1.8 2002/04/18 23:55:27 fredb Exp $ --- configure.orig Fri Aug 3 07:21:35 2001 +++ configure @@ -20,3 +20,12 @@ $NetBSD: patch-aa,v 1.7 2002/04/17 04:45:17 fredb Exp $ else echo "$ac_t""no" 1>&6 echo $ac_n "checking for fl_initialize in -lxforms""... $ac_c" 1>&6 +@@ -9764,7 +9764,7 @@ + cat conftest.$ac_ext >&5 + rm -rf conftest* + CATOBJEXT=.mo +- DATADIRNAME=lib ++ DATADIRNAME=share + fi + rm -f conftest* + INSTOBJEXT=.mo |