- Remove leading article from COMMENT - Add desktop entry file - Strip library objects - Support staging Yes, I use prefix=${STAGEDIR}${PREFIX} here, after a long while it was 5 lines of REINPLACE_CMD vs rewriting scons install script. <badmouthing of scons goes here> PR: ports/184868 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
10 lines
167 B
C
10 lines
167 B
C
--- cpp/Util/Pool.h.orig
|
|
+++ cpp/Util/Pool.h
|
|
@@ -8,6 +8,7 @@
|
|
#ifndef POOL_H__
|
|
#define POOL_H__
|
|
|
|
+#include <cstdlib>
|
|
#include <memory.h>
|
|
|
|
#include <Util/Array.h>
|