summaryrefslogtreecommitdiff
path: root/editors/biew
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-12-02 19:26:15 +0000
committerwiz <wiz@pkgsrc.org>2000-12-02 19:26:15 +0000
commitc8a1afff48687a8c79ea2662ef879b0487d0fe59 (patch)
tree8a4f162f43f9f94d45f50ff9955c2a67107109e6 /editors/biew
parent0e22d3823ebc525a0b9778f0566b17c8e1482850 (diff)
downloadpkgsrc-c8a1afff48687a8c79ea2662ef879b0487d0fe59.tar.gz
Correct quoting so that ${PREFIX}/share is default data dir.
Diffstat (limited to 'editors/biew')
-rw-r--r--editors/biew/files/patch-sum4
-rw-r--r--editors/biew/patches/patch-aa6
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
#------------------------------------------------------------------------------