pkgsrc-ng/wm/wmx/patches/patch-ag
2013-09-26 17:14:40 +02:00

17 lines
497 B
Plaintext

$NetBSD: patch-ag,v 1.1 2006/12/27 13:37:42 joerg Exp $
--- configure.orig 2000-05-17 10:53:13.000000000 +0000
+++ configure
@@ -888,9 +888,10 @@ if test "$ac_x_libraries" = NO; then
cat > conftest.$ac_ext <<EOF
#line 890 "configure"
#include "confdefs.h"
+#include <X11/Intrinsic.h>
int main() {
-${x_direct_test_function}()
+${x_direct_test_function}(0)
; return 0; }
EOF
if { (eval echo configure:897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then