mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
17 lines
497 B
Plaintext
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
|