pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
chibi-scheme: revert previous change that did not worked all the times.
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Mon Nov 9 20:44:41 2015 +0100
Changeset: ffecafbf1d208c29acfae7e2668a9a9f63eb6a16
Modified Files:
chibi-scheme/Makefile
Log Message:
chibi-scheme: revert previous change that did not worked all the times.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ffecafbf1d208c29acfae7e2668a9a9f63eb6a16
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
chibi-scheme/Makefile | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diffs:
diff --git a/chibi-scheme/Makefile b/chibi-scheme/Makefile
index d11d4f4..3c09fe7 100644
--- a/chibi-scheme/Makefile
+++ b/chibi-scheme/Makefile
@@ -21,13 +21,12 @@ REPLACE_FILES.chibi-scheme= tools/chibi-doc tools/chibi-ffi tools/snow-chibi
CFLAGS.NetBSD+= -D_KMEMUSER # Needed for kinfo_proc in <sys/sysctl.h>
+# XXX: Kludge: Avoid `gmake: write error: stdout' error during the install phase
+INSTALL_MAKE_FLAGS+= -s
+
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}/man1
MAKE_ENV+= PREFIX=${PREFIX}
TEST_TARGET= test
-# XXX: Kludge: Avoid `gmake: write error: stdout' error during the install
-# XXX: phase defining a nop pre-install target.
-pre-install:
-
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index