18 lines
488 B
Plaintext
18 lines
488 B
Plaintext
$NetBSD: patch-ac,v 1.10 2009/05/03 22:58:31 abs Exp $
|
|
|
|
--- config.h.orig 2007-06-08 07:29:49.000000000 +0000
|
|
+++ config.h
|
|
@@ -113,9 +113,9 @@
|
|
*/
|
|
|
|
/* #define GS_PATH "/usr/local/bin/gs" */
|
|
-#define GS_PATH "gs"
|
|
-/* #define GS_LIB "." */
|
|
-/* #define GS_DEV "ppmraw" */
|
|
+#define GS_PATH "@PREFIX@/bin/gs"
|
|
+#define GS_LIB "@PREFIX@/share/ghostscript"
|
|
+#define GS_DEV "ppmraw"
|
|
|
|
|
|
/***************************************************************************
|