freebsd-ports/graphics/gsculpt/files/patch-cpp__Util__Pool.h
Pawel Pekala 825b73df7d - Fix build with clang
- 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>
2013-12-27 14:05:59 +00:00

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>