diff options
-rw-r--r-- | editors/biew/files/patch-sum | 4 | ||||
-rw-r--r-- | editors/biew/patches/patch-aa | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/biew/files/patch-sum b/editors/biew/files/patch-sum index 92d46c08926..58baa669322 100644 --- a/editors/biew/files/patch-sum +++ b/editors/biew/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/10/30 00:41:54 mjl Exp $ +$NetBSD: patch-sum,v 1.2 2000/12/02 19:26:15 wiz Exp $ -MD5 (patch-aa) = 7469ed348d77a91e2a90039ddb2ac6ca +MD5 (patch-aa) = 9c0667acc0acf0442becb40766d35e02 MD5 (patch-ab) = 9fab65b51e3dcd98485b7083e29d707e diff --git a/editors/biew/patches/patch-aa b/editors/biew/patches/patch-aa index 79465244416..a83d21bad0a 100644 --- a/editors/biew/patches/patch-aa +++ b/editors/biew/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/10/30 00:41:54 mjl Exp $ +$NetBSD: patch-aa,v 1.2 2000/12/02 19:26:16 wiz Exp $ --- makefile.orig Mon Oct 30 01:25:15 2000 -+++ makefile Mon Oct 30 01:15:21 2000 ++++ makefile @@ -39,18 +39,18 @@ #------------------------------------------------------------------------------ # Notes: You can also define -D__EXPERIMENTAL_VERSION flag, if you want to # build experimental version with fastcall technology. -HOST_CFLAGS= -+HOST_CFLAGS= -I${PREFIX}/include -D__int8_t_defined '-DLIBDIR="${PREFIX}/share"' ++HOST_CFLAGS= -I${PREFIX}/include -D__int8_t_defined -DLIBDIR='"${PREFIX}/share"' # Please add any host specific linker flags here, if it need #------------------------------------------------------------------------------ |