Update devel/flatzebra and dependent ports. Also, do a bit of cleanup: - Remove LOCAL from MASTER_SITES - Homogenize WWW URLs - Fix licence (GPLv2+ instead of GPLv2) - Specify LICENSE_FILE - Switch to more recent (default) CXXSTD - Remove useless GNU_CONFIGURE_MANPREFIX
11 lines
238 B
C++
11 lines
238 B
C++
--- src/BurgerSpaceEngine.cpp.orig 2024-05-25 03:03:08 UTC
|
|
+++ src/BurgerSpaceEngine.cpp
|
|
@@ -30,6 +30,7 @@
|
|
#include <fstream>
|
|
#include <iomanip>
|
|
#include <algorithm>
|
|
+#include <sstream>
|
|
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|