16 lines
499 B
Plaintext
16 lines
499 B
Plaintext
$OpenBSD: patch-configure_in,v 1.4 2010/03/26 12:00:17 espie Exp $
|
|
|
|
XXX workaround until qt4 pkg-config can be fixed.
|
|
|
|
--- configure.in.orig Fri Mar 14 16:43:34 2008
|
|
+++ configure.in Fri Mar 26 12:25:39 2010
|
|
@@ -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 -lGLU -pthread"
|
|
fi
|
|
|
|
if (test "$cross_compiling" = "yes"); then
|