mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
bad8d0a212
- Fix dependencies - Respect C{C,XX} and C[XX]FLAGS - Fix spelling typo in pkg-descr, kill dots/space at EOLs - Utilize DATADIR in pkg-plist - Take maintainership
12 lines
205 B
C++
12 lines
205 B
C++
--- src/conffile.h.orig Wed Nov 1 21:58:04 2000
|
|
+++ src/conffile.h Thu Apr 7 19:55:13 2005
|
|
@@ -23,6 +23,8 @@
|
|
#include <gnome.h>
|
|
#include <string>
|
|
|
|
+using namespace std;
|
|
+
|
|
class ConfFile
|
|
{
|
|
private:
|