mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
- unbreak with new gcc on -current ('using namespace std') - CFLAGS/env police - condense port's Makefile - install additional shell script - install documentation (honour NOPORTDOCS) PR: 48464 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Tested on: -STABLE, -CURRENT
13 lines
297 B
C++
13 lines
297 B
C++
--- field_desc.hh.orig Wed Feb 19 17:20:15 2003
|
|
+++ field_desc.hh Wed Feb 19 17:22:10 2003
|
|
@@ -1,10 +1,7 @@
|
|
#ifndef FIELD_DESC_HH
|
|
#define FIELD_DESC_HH
|
|
|
|
-#ifdef VISUAL_CPP
|
|
using namespace std;
|
|
-#pragma warning (disable : 4786)
|
|
-#endif
|
|
|
|
#include "component_desc.hh"
|
|
#include "utf_string.hh"
|