mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
Also: * convert to c++11 for clang builds * convert to new LIB_DEPENDS format * use @sample keyword * pet portlint * USE=tar
10 lines
227 B
C++
10 lines
227 B
C++
--- configuration.hpp.orig 2010-09-28 18:09:56.000000000 +0000
|
|
+++ configuration.hpp
|
|
@@ -26,6 +26,7 @@
|
|
#define CONFIGURATION_HPP
|
|
|
|
#include <fstream>
|
|
+#include <stdlib.h>
|
|
#include <limits>
|
|
#include <map>
|
|
#include <string>
|