diff options
author | wiz <wiz> | 2001-12-11 14:49:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-12-11 14:49:50 +0000 |
commit | cacf7c8a4b6196de53d4b83b420e58f1835f9b4d (patch) | |
tree | 448d1be37d4a48f5ec1c26644cb7a5b29bf20bb9 /games/xjig/patches | |
parent | 5c0dc685c63292391e8ae43a395e20491fd73348 (diff) | |
download | pkgsrc-cacf7c8a4b6196de53d4b83b420e58f1835f9b4d.tar.gz |
Data files are not installed into X11BASE, but into PREFIX.
Problem reported by Robert Elz in pkg/14859, including patch.
Diffstat (limited to 'games/xjig/patches')
-rw-r--r-- | games/xjig/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xjig/patches/patch-aa b/games/xjig/patches/patch-aa index 89e34d9069b..8bfe766775a 100644 --- a/games/xjig/patches/patch-aa +++ b/games/xjig/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:44 agc Exp $ +$NetBSD: patch-aa,v 1.3 2001/12/11 14:49:51 wiz Exp $ --- Imakefile.orig Wed Jul 24 21:48:27 1996 -+++ Imakefile Wed Apr 22 17:57:37 1998 ++++ Imakefile @@ -8,7 +8,7 @@ XCOMM optimization on your version, but if it doesn't work, a compiler bug XCOMM might be the reason... @@ -16,7 +16,7 @@ $NetBSD: patch-aa,v 1.2 1998/08/07 10:40:44 agc Exp $ XCOMM which default file should be loaded if no option is set - JIG_DEFAULT = \"tina.gif\" -+ JIG_DEFAULT = \"${X11BASE}/lib/xjig/tina.gif\" ++ JIG_DEFAULT = \"${PREFIX}/lib/xjig/tina.gif\" XCOMM ####################################################################### |