aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/boxtools
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-08-28 11:36:56 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-08-28 11:36:56 +0000
commit765bfad454796c14165254300d27db45f3dba6a9 (patch)
treeb251a92702f590e2b7e6a961472eeb5c98000a82 /x11-wm/boxtools
parent69c58a344ae3e58e81821fcf528c785de4530fb3 (diff)
downloadports-765bfad454796c14165254300d27db45f3dba6a9.tar.gz
ports-765bfad454796c14165254300d27db45f3dba6a9.zip
Notes
Diffstat (limited to 'x11-wm/boxtools')
-rw-r--r--x11-wm/boxtools/Makefile2
-rw-r--r--x11-wm/boxtools/files/patch-src::Window.cc10
2 files changed, 11 insertions, 1 deletions
diff --git a/x11-wm/boxtools/Makefile b/x11-wm/boxtools/Makefile
index 7bc3ac50540b..393aec90295b 100644
--- a/x11-wm/boxtools/Makefile
+++ b/x11-wm/boxtools/Makefile
@@ -23,7 +23,7 @@ USE_REINPLACE= yes
pre-patch:
${REINPLACE_CMD} -e 's#PACKAGE=blackbox#PACKAGE=boxtools#' \
- ${WRKSRC}/configure
+ -e 's#-pedantic##' ${WRKSRC}/configure
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/util/bsetbg ${PREFIX}/bin
diff --git a/x11-wm/boxtools/files/patch-src::Window.cc b/x11-wm/boxtools/files/patch-src::Window.cc
new file mode 100644
index 000000000000..ec6c3afd4e04
--- /dev/null
+++ b/x11-wm/boxtools/files/patch-src::Window.cc
@@ -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"