openbsd-ports/x11/netwmpager/patches/patch-configure
alek 0dd2e9b783 Import netwmpager 1.9
Netwmpager is a really small pager with a few knobs that is fully EWMH
compliant.  As such it will behave perfectly with window managers such
as Openbox.

From Pierre-Yves Ritschard <pierre-yves@spootnik.org>
2006-04-22 23:44:40 +00:00

16 lines
447 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2006/04/22 23:44:40 alek Exp $
--- configure.orig Fri Apr 7 15:10:16 2006
+++ configure Sun Apr 23 03:10:59 2006
@@ -8,11 +8,6 @@ check_cflags()
check_cc_flag -std=gnu99 -pipe -Wall -Wshadow -Wcast-align -Wpointer-arith \
-Wundef -Wmissing-prototypes -Wredundant-decls
-
- for i in -Wdeclaration-after-statement -Wold-style-definition -Wno-pointer-sign
- do
- check_cc_flag $i
- done
}
check_xft()