1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Fix build on -current

PR:		58235
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2003-10-19 11:28:11 +00:00
parent 897319326d
commit 433cdeafb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91668
2 changed files with 11 additions and 0 deletions

View File

@ -23,6 +23,7 @@ GNU_CONFIGURE= yes
USE_REINPLACE= yes
pre-patch:
${REINPLACE_CMD} -e 's#-pedantic##' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's#nls src util#nls src#' ${WRKSRC}/Makefile.in
${REINPLACE_CMD} -E 's/^SUBDIRS/#SUBDIRS/' ${WRKSRC}/doc/Makefile.in
${REINPLACE_CMD} -e 's# bsetroot.1 bsetbg.1##' ${WRKSRC}/doc/Makefile.in

View File

@ -0,0 +1,10 @@
--- src/Window.cc.orig Wed Aug 13 12:40:02 2003
+++ src/Window.cc Wed Aug 13 12:41:03 2003
@@ -44,6 +44,8 @@
#endif // HAVE_STDLIB_H
}
+#include <cassert>
+
#include "i18n.hh"
#include "blackbox.hh"
#include "GCCache.hh"