mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
14 lines
375 B
Plaintext
14 lines
375 B
Plaintext
$NetBSD: patch-ac,v 1.1 2002/01/10 16:43:28 skrll Exp $
|
|
|
|
--- configure.orig Thu Jan 10 15:58:43 2002
|
|
+++ configure
|
|
@@ -2189,7 +2189,7 @@
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_save_LIBS="$LIBS"
|
|
-LIBS="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
|
|
+LIBS="-lXext $X_LIBS $X_EXTRA_LIBS -lX11 $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 2195 "configure"
|
|
#include "confdefs.h"
|