diff options
Diffstat (limited to 'x11/gnopernicus/patches/patch-ac')
-rw-r--r-- | x11/gnopernicus/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnopernicus/patches/patch-ac b/x11/gnopernicus/patches/patch-ac new file mode 100644 index 00000000000..442e447c0bc --- /dev/null +++ b/x11/gnopernicus/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2004/02/17 22:40:30 jmmv Exp $ + +--- srcore/Makefile.in.orig 2003-10-07 16:31:26.000000000 +0200 ++++ srcore/Makefile.in +@@ -174,7 +174,7 @@ INCLUDES = -I$(srcdir) + -I$(top_srcdir)/magnifier/libmag \ + -I$(top_srcdir)/srutil \ + -DGNOPERNICUSLOCALEDIR=\""$(gnopernicuslocaledir)"\" \ +- -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/gnopernicus-1.0/translation_tables/\" \ ++ -DBRAILLE_TRANS_TABLES_DIR=\"$(sysconfdir)/translation_tables/\" \ + $(SRCORE_CFLAGS) \ + -DG_LOG_DOMAIN=\"gnopernicus\" + |