mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 03:07:02 -04:00
25 lines
871 B
Plaintext
25 lines
871 B
Plaintext
$NetBSD: patch-qa,v 1.3 2008/01/05 21:00:19 rillig Exp $
|
|
|
|
--- plugins/qt-gui/configure.orig 2007-10-28 19:42:59.000000000 +0100
|
|
+++ plugins/qt-gui/configure
|
|
@@ -22556,8 +22556,8 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
|
|
save_LIBS="$LIBS"
|
|
|
|
CXXFLAGS="$CXXFLAGS $QT_INCLUDES $X_CFLAGS"
|
|
- LDFLAGS="$X_LIBS $QT_LDFLAGS $LDFLAGS"
|
|
- LIBS="$LIB_QT $X_PRE_LIBS -lX11 -lXext $LIBS"
|
|
+ LDFLAGS="$X_LIBS $QT_LDFLAGS $LDFLAGS $PTHREAD_LDFLAGS"
|
|
+ LIBS="$LIB_QT $X_PRE_LIBS -lX11 -lXext $LIBS $PTHREAD_LIBS"
|
|
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
@@ -22943,7 +22943,7 @@ echo "${ECHO_T}no" >&6; }
|
|
|
|
|
|
|
|
- if test "$have_kde" == "yes"; then
|
|
+ if test "$have_kde" = "yes"; then
|
|
# Extract the first word of "dcopidl", so it can be a program name with args.
|
|
set dummy dcopidl; ac_word=$2
|
|
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
|