summaryrefslogtreecommitdiff
path: root/editors/biew/patches
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-02 19:26:15 +0000
committerwiz <wiz>2000-12-02 19:26:15 +0000
commitfbe69f38459b4415ce9e1ab6339ed43cfc1fa1cf (patch)
tree8a4f162f43f9f94d45f50ff9955c2a67107109e6 /editors/biew/patches
parent26c1135e88cf56741c14915128323f02d9680c19 (diff)
downloadpkgsrc-fbe69f38459b4415ce9e1ab6339ed43cfc1fa1cf.tar.gz
Correct quoting so that ${PREFIX}/share is default data dir.
Diffstat (limited to 'editors/biew/patches')
-rw-r--r--editors/biew/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
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
#------------------------------------------------------------------------------