diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-23 06:16:00 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-23 06:16:00 +0000 |
commit | 84ead59ca4cc195d28890ae5e15091f151c53b05 (patch) | |
tree | b62ac810581a91b70eddd8566fa56df83ef4854b /games/qonk/patches/patch-src_lisp_lisp_cpp | |
parent | eeae7bec9c147bcc7664aebe7d11f1114c4933b6 (diff) | |
download | pkgsrc-84ead59ca4cc195d28890ae5e15091f151c53b05.tar.gz |
Add missing <cstdio>, was failing in the linux build.
Diffstat (limited to 'games/qonk/patches/patch-src_lisp_lisp_cpp')
-rw-r--r-- | games/qonk/patches/patch-src_lisp_lisp_cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/qonk/patches/patch-src_lisp_lisp_cpp b/games/qonk/patches/patch-src_lisp_lisp_cpp new file mode 100644 index 00000000000..f57967ad3ed --- /dev/null +++ b/games/qonk/patches/patch-src_lisp_lisp_cpp @@ -0,0 +1,14 @@ +$NetBSD: patch-src_lisp_lisp_cpp,v 1.1 2012/05/23 06:16:00 dholland Exp $ + +Add missing header; failed on Linux. + +--- src/lisp/lisp.cpp~ 2007-09-14 05:43:03.000000000 +0000 ++++ src/lisp/lisp.cpp +@@ -17,6 +17,7 @@ + // You should have received a copy of the GNU General Public License + // along with this program; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ++#include <cstdio> + #include "lisp.hpp" + + namespace lisp |