This is a temporary fix pending a change to qt4's installed pkg-config files at a suitable point in the release cycle. - Don't let autoconf pick up LLVM yet. - regen PLIST, sync WANTLIB, bump PKGNAME. With martynas@
16 lines
493 B
Plaintext
16 lines
493 B
Plaintext
$OpenBSD: patch-configure_in,v 1.3 2009/06/25 00:11:19 sthen Exp $
|
|
|
|
XXX workaround until qt4 pkg-config can be fixed.
|
|
|
|
--- configure.in.orig Thu Jun 25 00:49:09 2009
|
|
+++ configure.in Thu Jun 25 00:49:21 2009
|
|
@@ -63,7 +63,7 @@ if (test "$cross_compiling" = "no") && (test "$is_mac"
|
|
is_win32="false"
|
|
platform="--linux"
|
|
MP_WITH_CURSES
|
|
- LIBS="$LIBS $CURSES_LIB $FLIBS $QT_LIBS"
|
|
+ LIBS="$LIBS $CURSES_LIB $FLIBS $QT_LIBS -pthread"
|
|
fi
|
|
|
|
if (test "$cross_compiling" = "yes"); then
|