grr... forgot to add that one and cvs diff doesn't say a thing, of course.

as noticed by nigel and vadim...
This commit is contained in:
espie 2011-11-07 08:23:39 +00:00
parent da2ac1d1cc
commit a88b1906c3
2 changed files with 13 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.93 2011/11/06 12:44:04 espie Exp $
# $OpenBSD: Makefile,v 1.94 2011/11/07 08:23:39 espie Exp $
USE_GMAKE = Yes
COMMENT-debug = C++ GUI toolkit, debug
@ -29,7 +29,7 @@ REVISION-examples = 0
REVISION-sqlite2 = 0
REVISION-sqlite = 0
REVISION-tds = 0
REVISION-main = 1
REVISION-main = 2
REVISION-debug = 0
REVISION-html = 0

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-src_gui_gui_pro,v 1.1 2011/11/07 08:23:39 espie Exp $
--- src/gui/gui.pro.orig Sun Oct 30 02:05:34 2011
+++ src/gui/gui.pro Sun Oct 30 02:06:18 2011
@@ -46,6 +46,7 @@ win32:!wince*: DEFINES += QT_NO_EGL
embedded: QT += network
QMAKE_LIBS += $$QMAKE_LIBS_GUI
+QMAKE_LIBS += -lfreetype -lSM -lICE -lXi -lXrender -lXinerama -lfontconfig -lXext -lX11
contains(DEFINES,QT_EVAL):include($$QT_SOURCE_TREE/src/corelib/eval.pri)