openbsd-ports/devel/lutok/patches/patch-configure
sthen 7768a29613 import devel/lutok, from Sergey Bronnikov, ok shadchin@ pre-lock, only minor
changes since.

Lutok provides thin C++ wrappers around the Lua C API to easy the
interaction between C++ and Lua.  These wrappers make intensive use of
RAII to prevent resource leakage, expose C++-friendly data types, report
errors by means of exceptions and ensure that the Lua stack is always
left untouched in the face of errors. The library also provides a small
subset of miscellaneous utility functions built on top of the wrappers.
2014-03-16 11:26:21 +00:00

13 lines
464 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2014/03/16 11:26:21 sthen Exp $
Don't clutter build logs.
--- configure.orig Sat Dec 7 20:14:13 2013
+++ configure Fri Jan 24 16:13:42 2014
@@ -15377,7 +15377,6 @@ fi
-Wcast-qual \
-Wextra \
-Wpointer-arith \
- -Wredundant-decls \
-Wreturn-type \
-Wshadow \
-Wsign-compare \