summaryrefslogtreecommitdiffstats
path: root/yaehmop/0002-Fix-implicit-declaration.patch
blob: 020fcff720805a1ce00dbfa0dca88c97979907da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
From b6d75eb61dab7fc7921d45618244e60a82aa4769 Mon Sep 17 00:00:00 2001
From: LAN-TW <lantw44@gmail.com>
Date: Thu, 18 Jul 2013 00:52:58 +0800
Subject: [PATCH] Fix implicit declaration

---
 tightbind/utils/fit_props.h     | 2 ++
 tightbind/utils/genutil.c       | 2 ++
 viewkel/dense_eval/dense_eval.c | 1 +
 3 files changed, 5 insertions(+)

diff --git a/tightbind/utils/fit_props.h b/tightbind/utils/fit_props.h
index 3472da8..8fd9240 100755
--- a/tightbind/utils/fit_props.h
+++ b/tightbind/utils/fit_props.h
@@ -4,6 +4,8 @@
    Created by greg Landrum March 1994
 ************************************************************************/
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <math.h>
 
 #ifdef USING_THE_MAC
diff --git a/tightbind/utils/genutil.c b/tightbind/utils/genutil.c
index 2af48e2..e1aa471 100755
--- a/tightbind/utils/genutil.c
+++ b/tightbind/utils/genutil.c
@@ -6,6 +6,8 @@
 *
 *****************************************************************************/
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 
 #define FATAL 0
 #define ERROR 1
diff --git a/viewkel/dense_eval/dense_eval.c b/viewkel/dense_eval/dense_eval.c
index 9baa095..1197141 100755
--- a/viewkel/dense_eval/dense_eval.c
+++ b/viewkel/dense_eval/dense_eval.c
@@ -32,6 +32,7 @@
 const  char *_Version_="0.1b";
 
 #include <stdio.h>
+#include <string.h>
 #include <math.h>
 #include <fcntl.h>
 
-- 
1.8.3.3

graph'>* Update to 2.24.32Baptiste Daroussin2018-03-232-5/+5 * Update to 3.22.2Baptiste Daroussin2018-03-232-4/+4 * x11-toolkits/granite: Update to 0.5Yuri Victorovich2018-03-215-51/+8 * Fix plistBryan Drewery2018-03-172-1/+5 * Update py-sip to 4.19.8 and qscintilla2 to 2.10.3Tobias C. Berner2018-03-133-3/+3 * Update KDE Frameworks to 5.44Tobias C. Berner2018-03-1313-33/+39 * Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-117-7/+7 * Update and sort RUN_DEPENDS: use PKGNAME instead of filenameSunpoet Po-Chuan Hsieh2018-03-102-11/+9 * Add LICENSESunpoet Po-Chuan Hsieh2018-03-102-7/+10 * Return pawel@'s ports to the pool after he resigned.Rene Ladan2018-02-251-1/+1 * x11-toolkits/scintilla editors/scite: Update to 4.0.2Yuri Victorovich2018-02-234-12/+15 * x11-toolkits/py-xlib: Update to 0.21Danilo G. Baio2018-02-232-7/+10 * x11-toolkits/py-tktreectrl: Corrected the unclear commentYuri Victorovich2018-02-221-1/+1 * x11-toolkits/py-tktreectrl: Update to 2.0.2Yuri Victorovich2018-02-213-18/+11 * Reduce dependency on the python2 metaportAntoine Brodin2018-02-193-5/+5 * Update QScintilla 2.10.2.Raphael Kubo da Costa2018-02-183-5/+6 * Fix build on i386Jason E. Hale2018-02-171-2/+11 * - Fix plistDmitry Marakasov2018-02-162-1/+2 * Update to 1.7.62Jason E. Hale2018-02-163-7/+6 * Update to 1.6.56Jason E. Hale2018-02-164-10/+10 * Update KDE Frameworks to 5.43.0Tobias C. Berner2018-02-1615-37/+38 * x11-toolkits/libxaw3dxft: Update to 1.6.2eYuri Victorovich2018-02-152-5/+9 * PyQt: Unconditionally install the .pyi filesRaphael Kubo da Costa2018-02-156-6/+6 * Switch C compiler used to compile GHC to base Clang.Tobias C. Berner2018-02-1013-0/+13 * Add upstream patch to fix bug caused by not translating coordinatesAdriaan de Groot2018-02-072-1/+171 * Bump PORTREVISION in the PyQt5 ports after r460809.Raphael Kubo da Costa2018-02-053-0/+3 * - Update WWWs for all py-qt4* and py-qt5* portsDmitry Marakasov2018-02-037-4/+7 * Multiple ports:Jason W. Bacon2018-01-311-1/+0 * lang/mono: update to version 5.2.0.215 (and enhance USES=mono)David Naylor2018-01-313-1/+3 * Update to 2.3.4-12.el7_4.Tijl Coosemans2018-01-302-9/+9 * Update Qt5 to 5.9.4.Raphael Kubo da Costa2018-01-291-0/+4 * Revert r460248Baptiste Daroussin2018-01-2910-0/+494 * Remove swt-develBaptiste Daroussin2018-01-2910-494/+0 * - Update textproc/py-sphinx to 1.6.5. [0]Marcelo Araujo2018-01-292-274/+275 * Unbreak x11-toolkits/diorite after vala upgrade from 0.36.4 to 0.36.9.Don Lewis2018-01-282-4/+17 * Unbreak and undeprecate (chase libsigc++20 update).Alexey Dokuchaev2018-01-281-5/+3 * New port: x11-toolkits/nanogui: Minimalistic GUI library for OpenGLYuri Victorovich2018-01-276-0/+197 * Fix build with clang 6Antoine Brodin2018-01-251-0/+1 * x11-toolkits/bwidget: update to 1.9.12Pietro Cerutti2018-01-233-5/+5 * Drop %%DEBUG%% from several plist entries.Raphael Kubo da Costa2018-01-212-26/+27 * devel/boost-*: update to 1.66.0Jan Beich2018-01-181-1/+1 * x11-toolkits/kf5-kwidgetsaddons: use respun tarballTobias C. Berner2018-01-172-4/+7 * Update KDE Frameworks to 5.42.0Tobias C. Berner2018-01-1714-38/+37 * - Add NOTIFY option, enabled by defaultGuido Falsi2018-01-141-3/+13 * Remove superfluous linefeeds and fix some other minor whitespace bugs.Alexey Dokuchaev2018-01-122-2/+0 * Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-111-2/+2 * x11-toolkits/tk86: fix plistPietro Cerutti2018-01-102-1/+2 * Remove support for variables that have been deprecated for a while.Mathieu Arnold2018-01-091-381/+0 * New port: x11-toolkits/qt5-gtkplatformRaphael Kubo da Costa2018-01-095-0/+48 * x11-toolkits/gtkmm20: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-094-26/+96 * Fix the build on i386 with clang 6.0.Raphael Kubo da Costa2018-01-081-0/+48 * x11-toolkits/qt5-gui, fix build with clang 6Tobias C. Berner2018-01-071-1/+2 * x11-toolkits/attica fix build with clang6Tobias C. Berner2018-01-071-1/+2 * Update Qt5 ports to 5.9.3.Raphael Kubo da Costa2018-01-0716-143/+762 * Unbreak poudriere bulk -a, py-opencv works only with python 2.7Antoine Brodin2018-01-061-1/+1 * Update ancillary mono portsDavid Naylor2018-01-068-48/+44 * x11-toolkits: update to 1.10.0David Naylor2018-01-063-2040/+915 * x11-toolkits/pure-tk: adjust for new Tk pkg-config filePietro Cerutti2018-01-041-1/+1 * x11-toolkits/tk8[56]: adjust pkgconf files to reflect their tcl equivalentsPietro Cerutti2018-01-042-0/+6 * lang/pypy(3): update to 5.10, add flavors to ancillary portsDavid Naylor2018-01-041-1/+0 * Update SIP to 4.19.6, PyQt4 to 4.12.1 and PyQt5 to 5.9.2.Raphael Kubo da Costa2018-01-034-2/+5 * lang/tcl86, x11-toolkits/tk86: update to 8.6.8Pietro Cerutti2018-01-024-6/+6 * Update to 0.45Sunpoet Po-Chuan Hsieh2018-01-022-4/+7 * Update to 1.11.1Sunpoet Po-Chuan Hsieh2017-12-283-4/+5 * Update to version 2.2.15Pawel Pekala2017-12-282-5/+4 * Deprecate ports broken for more than 6 monthsAntoine Brodin2017-12-271-0/+2 * - Update x11-toolkits/girara to 0.2.8Guido Falsi2017-12-263-19/+18 * x11-toolkits/mygui: lift BROKEN after r456766Jan Beich2017-12-201-3/+0 * - Update to latest git, fixes c++11 problemsDmitry Marakasov2017-12-203-10/+6 * Mark more recently failing ports broken on aarch64.Mark Linimon2017-12-191-0/+1 * Update KDE Frameworks to 5.41Tobias C. Berner2017-12-1513-33/+35 * - Update WWWDmitry Marakasov2017-12-141-1/+1 * - Those ports fail to build with python3Antoine Brodin2017-12-112-4/+4 * Mark more ports broken that fail on both armv6 and armv7.Mark Linimon2017-12-091-2/+4 * x11-toolkits/gtk30: add dependency on librsvg2Steve Wills2017-12-081-2/+3 * Update 2.3.7 --> 2.3.8Cy Schubert2017-12-062-4/+4 * Adjust MASTER_SITES to replace a hardcoded version number withCy Schubert2017-12-061-1/+1 * py-wax doesn't work with python3Antoine Brodin2017-12-051-1/+1 * Fix configure options for gnustep-makeDavid Chisnall2017-12-032-1/+2 * - Add LICENSEDmitry Marakasov2017-12-021-5/+5 * - Add LICENSEDmitry Marakasov2017-12-011-3/+4 * Cleanup LIB_DEPENDS on libpngAntoine Brodin2017-12-013-3/+3 * Convert Python ports to FLAVORS.Mathieu Arnold2017-11-3023-65/+49 * For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1 * - Switch to USES=localbaseDmitry Marakasov2017-11-282-4/+3 * Remove `groff' from USES.Alexey Dokuchaev2017-11-22