Remove fuzz from patches.
This commit is contained in:
parent
ccec9ff37b
commit
1c7b08467d
2 changed files with 27 additions and 41 deletions
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: patch-sum,v 1.3 1999/11/14 13:25:58 rh Exp $
|
||||
$NetBSD: patch-sum,v 1.4 1999/11/19 09:38:18 agc Exp $
|
||||
|
||||
MD5 (patch-aa) = 77f91c256a0b0f6cbac5673684c8d585
|
||||
MD5 (patch-ab) = 1da2c2fd872eb392a48f132bbd4bf63c
|
||||
MD5 (patch-ac) = 7aae919c8c4b5894f04c531cff23934b
|
||||
MD5 (patch-ac) = 340ef04fe230197887ec7d7c2616b521
|
||||
MD5 (patch-ad) = bb5894cc304cf79a79c236eaf035547c
|
||||
MD5 (patch-ae) = 5836b41c1360daf8c29dc25bc32473a7
|
||||
MD5 (patch-af) = 5d9d3addb26000dddae35a827e382b5e
|
||||
|
|
|
@ -1,40 +1,26 @@
|
|||
$NetBSD: patch-ac,v 1.4 1999/01/04 23:29:46 frueauf Exp $
|
||||
$NetBSD: patch-ac,v 1.5 1999/11/19 09:38:19 agc Exp $
|
||||
|
||||
*** /tmp/T0a03151 Mon Feb 13 18:35:11 1995
|
||||
--- config.h Mon Feb 13 18:34:49 1995
|
||||
***************
|
||||
*** 13,18 ****
|
||||
* definition appropriately. (use 'which gunzip' to find if you have gunzip,
|
||||
* and where it lives)
|
||||
*/
|
||||
! #undef USE_GUNZIP
|
||||
|
||||
#ifdef USE_GUNZIP
|
||||
--- 13,18 ----
|
||||
* definition appropriately. (use 'which gunzip' to find if you have gunzip,
|
||||
* and where it lives)
|
||||
*/
|
||||
! #define USE_GUNZIP
|
||||
|
||||
#ifdef USE_GUNZIP
|
||||
***************
|
||||
*** 88,96 ****
|
||||
* should not need to be changed
|
||||
*/
|
||||
|
||||
! /* #define GS_PATH "/usr/local/bin/gs" */
|
||||
! /* #define GS_LIB "." */
|
||||
! /* #define GS_DEV "ppmraw" */
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
--- 88,96 ----
|
||||
* should not need to be changed
|
||||
*/
|
||||
|
||||
! #define GS_PATH "@LOCALBASE@/bin/gs"
|
||||
! #define GS_LIB "@LOCALBASE@/share/ghostscript"
|
||||
! #define GS_DEV "ppmraw"
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
--- config.h.orig Fri Nov 19 09:32:02 1999
|
||||
+++ config.h Fri Nov 19 09:32:57 1999
|
||||
@@ -13,7 +13,7 @@
|
||||
* definition appropriately. (use 'which gunzip' to find if you have gunzip,
|
||||
* and where it lives)
|
||||
*/
|
||||
-#undef USE_GUNZIP
|
||||
+#define USE_GUNZIP
|
||||
|
||||
#ifdef USE_GUNZIP
|
||||
# ifdef VMS
|
||||
@@ -98,9 +98,9 @@
|
||||
* should not need to be changed
|
||||
*/
|
||||
|
||||
-/* #define GS_PATH "/usr/local/bin/gs" */
|
||||
-/* #define GS_LIB "." */
|
||||
-/* #define GS_DEV "ppmraw" */
|
||||
+#define GS_PATH "@LOCALBASE@/bin/gs"
|
||||
+#define GS_LIB "@LOCALBASE@/share/ghostscript"
|
||||
+#define GS_DEV "ppmraw"
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
|
|
Loading…
Reference in a new issue