mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 14:35:50 -04:00
15 lines
501 B
Plaintext
15 lines
501 B
Plaintext
$NetBSD: patch-src_library_stats_src_Makefile.in,v 1.1 2014/11/29 22:04:51 joerg Exp $
|
|
|
|
${R_INCLUDE_DIR} is used in the default compiler flags.
|
|
|
|
--- src/library/stats/src/Makefile.in.orig 2014-11-29 20:35:23.000000000 +0000
|
|
+++ src/library/stats/src/Makefile.in
|
|
@@ -10,6 +10,7 @@ top_srcdir = @top_srcdir@
|
|
top_builddir = ../../../..
|
|
subdir = src/library/$(pkg)/src
|
|
R_HOME = $(top_builddir)
|
|
+R_INCLUDE_DIR = $(R_HOME)/include
|
|
## for $(R_HOME)/etc${R_ARCH}/Makeconf
|
|
R_SHARE_DIR = $(R_HOME)/share
|
|
|