mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Mario Sergio Fujikawa Ferreira](/assets/img/avatar_default.png)
existent file [1]. This fixes unixODBC port GUI build. o qt applications should be built with thread support per default. Thus, add this to default qmake.conf for FreeBSD. [2] o Bump PORTREVISION due to aforementioned PR: 48303 [1] Submitted by: Michael Collette <metrol@metrol.net> [1], arved [2] Reviewed by: Lauri Watts <lauri@kde.org> (FreeBSD KDE Team)
10 lines
297 B
C
10 lines
297 B
C
--- include/qmlined.h.orig Sat Feb 15 02:26:37 2003
|
|
+++ include/qmlined.h Sat Feb 15 02:27:45 2003
|
|
@@ -22,5 +22,5 @@
|
|
*****************************************************************************/
|
|
#ifndef QMLINED_H
|
|
#define QMLINED_H
|
|
-#include "qtmultilineedit.h"
|
|
+#include "qtextedit.h"
|
|
#endif
|