Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 130645 | Differences between
and this patch

Collapse All | Expand All

(-)a/cnijfilter-source-3.40-1/backendnet/configure.in (-1 / +1 lines)
Lines 5-11 Link Here
5
5
6
AC_ARG_ENABLE(progpath)
6
AC_ARG_ENABLE(progpath)
7
if test "${enable_progpath}" = "" ; then
7
if test "${enable_progpath}" = "" ; then
8
   enable_progpath="${ac_default_prefix}/bin"
8
   enable_progpath="/usr/bin"
9
fi
9
fi
10
10
11
AC_DEFINE_UNQUOTED(PROG_PATH, "$enable_progpath")
11
AC_DEFINE_UNQUOTED(PROG_PATH, "$enable_progpath")
(-)a/cnijfilter-source-3.40-1/pstocanonij/filter/pstocanonij.c (-2 / +1 lines)
Lines 43-50 Link Here
43
#include <config.h>
43
#include <config.h>
44
#endif
44
#endif
45
45
46
#define FILTER_PATH    PROG_PATH
46
#define FILTER_PATH    "/usr/bin"
47
//#define FILTER_PATH    "/usr/local/bin"
48
#define FILTER_BIN     "cif"
47
#define FILTER_BIN     "cif"
49
48
50
#define GS_PATH        "/usr/bin"
49
#define GS_PATH        "/usr/bin"

Return to bug 130645