mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
17 lines
468 B
Plaintext
17 lines
468 B
Plaintext
$NetBSD: patch-bd,v 1.4 2013/05/29 11:11:12 wiz Exp $
|
|
|
|
Add MANDIR, but don't hardcode it (fixed in post-patch by SUBST_*).
|
|
|
|
--- mcs/build/config-default.make.orig 2013-01-12 12:57:57.000000000 +0000
|
|
+++ mcs/build/config-default.make
|
|
@@ -17,8 +17,9 @@ LIBRARY_FLAGS = /noconfig
|
|
ifndef CFLAGS
|
|
CFLAGS = -g -O2
|
|
endif
|
|
prefix = /usr/local
|
|
exec_prefix = $(prefix)
|
|
+mandir = $(prefix)/MANDIR
|
|
mono_libdir = $(exec_prefix)/lib
|
|
sysconfdir = $(prefix)/etc
|
|
#RUNTIME = mono
|