diff options
author | maho <maho@FreeBSD.org> | 2009-11-06 10:04:53 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-11-06 10:04:53 +0800 |
commit | 25a7e90fdfc64d4d00e8bfecd693789388870ec1 (patch) | |
tree | 568c86fecdda51f982302000207f3e18ba1eefeb /science/libghemical | |
parent | 56564a1ec3eb29924ca1d27d74bed6567a159a14 (diff) | |
download | freebsd-ports-gnome-25a7e90fdfc64d4d00e8bfecd693789388870ec1.tar.gz freebsd-ports-gnome-25a7e90fdfc64d4d00e8bfecd693789388870ec1.tar.zst freebsd-ports-gnome-25a7e90fdfc64d4d00e8bfecd693789388870ec1.zip |
remove unnecessary file.
Spotted by: QAT
Diffstat (limited to 'science/libghemical')
-rw-r--r-- | science/libghemical/files/patch-gcc43 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/science/libghemical/files/patch-gcc43 b/science/libghemical/files/patch-gcc43 deleted file mode 100644 index 8591304926d4..000000000000 --- a/science/libghemical/files/patch-gcc43 +++ /dev/null @@ -1,21 +0,0 @@ ---- src/sasaeval.h.org 2008-07-31 04:10:08.000000000 +0900 -+++ src/sasaeval.h 2009-02-14 16:45:40.000000000 +0900 -@@ -24,6 +24,7 @@ - #define SASAEVAL_H - - #include "typedef.h" -+#include <cstdlib> - - struct cg_nbt3_nl; // SASA neighbor list. - ---- src/sasaeval.cpp~ 2008-07-31 04:10:08.000000000 +0900 -+++ src/sasaeval.cpp 2009-02-14 17:03:14.000000000 +0900 -@@ -17,6 +17,8 @@ - // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - /*################################################################################################*/ -+#include <algorithm> -+using namespace std; - - #include "sasaeval.h" - |