mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- Fix build on 4.x - Add patches to build on 5.x from edwin Note this does not build on 5.x, my C++ fu is not good enough to overcome iterator usage in admin.cc. Patches are welcomed. PR: ports/47862 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
10 lines
286 B
C++
10 lines
286 B
C++
--- about.cc.orig Wed Sep 3 19:04:33 2003
|
|
+++ about.cc Wed Sep 3 19:04:46 2003
|
|
@@ -11,6 +11,7 @@
|
|
#include <stdio.h>
|
|
#endif
|
|
#include <string>
|
|
+using namespace std;
|
|
extern string c_info,s_info;
|
|
static Fl_Double_Window *xxx=(Fl_Double_Window *)0;
|
|
Fl_Window *splash=(Fl_Window *)0;
|