diff options
author | xtraeme <xtraeme> | 2003-12-30 17:56:39 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-12-30 17:56:39 +0000 |
commit | 3a6e31fdee157ebd76ace191ae4ec6556c32f3d6 (patch) | |
tree | 7c7670ba43b29463ac09c55d848af29c93052341 /x11/gnopernicus/patches | |
parent | fd649a3201bf737e5505c99b814fc144e500f8df (diff) | |
download | pkgsrc-3a6e31fdee157ebd76ace191ae4ec6556c32f3d6.tar.gz |
Initial import of gnopernicus-0.7.1
Gnopernicus provides Assistive Technologies (AT) for blind and visually
impaired persons through modules for text-to-speech, braille, etc.
Diffstat (limited to 'x11/gnopernicus/patches')
-rw-r--r-- | x11/gnopernicus/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnopernicus/patches/patch-aa b/x11/gnopernicus/patches/patch-aa new file mode 100644 index 00000000000..31e93dc16f7 --- /dev/null +++ b/x11/gnopernicus/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/12/30 17:56:40 xtraeme Exp $ + +--- schemas/Makefile.in.orig 2003-12-30 18:35:38.000000000 +0100 ++++ schemas/Makefile.in 2003-12-30 18:35:56.000000000 +0100 +@@ -165,7 +165,7 @@ + X_LIBS = @X_LIBS@ + gnopernicuslocaledir = @gnopernicuslocaledir@ + +-schemasdir = $(sysconfdir)/gconf/schemas ++schemasdir = $(datadir)/gconf/schemas + schemas_DATA = brlmonitor.schemas \ + gnopernicus.schemas \ + remote.schemas |