View | Details | Raw Unified | Return to bug 237040
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 17-23 Link Here
17
GH_ACCOUNT=	danfe
17
GH_ACCOUNT=	danfe
18
GH_TAGNAME=	10c5691
18
GH_TAGNAME=	10c5691
19
19
20
USES=		pkgconfig
20
USES=		compiler:c++11-lang dos2unix gnome pkgconfig
21
DOS2UNIX_FILES=	src/cppstring.cc
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
USE_XORG=	x11
23
USE_XORG=	x11
23
USE_GNOME=	gtk20
24
USE_GNOME=	gtk20
(-)files/patch-src_cppstring.cc (+10 lines)
Line 0 Link Here
1
--- src/cppstring.cc.orig	2019-04-05 11:08:03 UTC
2
+++ src/cppstring.cc
3
@@ -4,6 +4,7 @@
4
 #include "cppstring.hh"
5
 #include "idefs.h"
6
 #include <iostream>
7
+#include <stdarg.h>
8
 // #include <except.h>
9
 #define DEF_BUFFER_SIZE     512
10
 #define CPPSTRING_ERROR(obj,msg,retval) {obj<<"*** ERROR *** : "<<msg<<std::endl;return retval;}

Return to bug 237040