summaryrefslogtreecommitdiff
path: root/editors/mined/patches/patch-ac
blob: 7278308c6696648b6ce978c89c46d7d76410c68a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.1 2003/07/01 15:52:37 agc Exp $

Pass the value of ${PREFIX} down so that the help file can be found

--- makefile.bsd	2003/06/17 16:35:05	1.1
+++ makefile.bsd	2003/06/17 16:35:37
@@ -43,7 +43,7 @@
 SYSTEM	= -Dunix
 
 # select operating system environment
-DEFS	= -Dunix
+DEFS	= -Dunix -DPREFIX='"${PREFIX}"'
 
 
 # collection of system parameters for compilation