mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-24 04:03:34 -04:00
18 lines
486 B
Plaintext
18 lines
486 B
Plaintext
$NetBSD: patch-bd,v 1.7 2015/06/04 17:16:20 jperkin Exp $
|
|
|
|
Add MANDIR, but don't hardcode it (fixed in post-patch by SUBST_*).
|
|
|
|
--- mcs/build/config-default.make.orig 2014-09-22 13:23:05.000000000 +0000
|
|
+++ mcs/build/config-default.make
|
|
@@ -17,8 +17,9 @@ LIBRARY_FLAGS = /noconfig
|
|
ifndef CFLAGS
|
|
CFLAGS = -g -O2
|
|
endif
|
|
-prefix = /usr/local
|
|
+prefix = @PREFIX@
|
|
exec_prefix = $(prefix)
|
|
+mandir = @PKGMANDIR@
|
|
mono_libdir = $(exec_prefix)/lib
|
|
sysconfdir = $(prefix)/etc
|
|
#RUNTIME = mono
|