aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-02-17 20:36:21 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-02-17 20:36:21 +0000
commitf7f7f593cd77104adaccd44c2104ec648d7e7a56 (patch)
tree3f429516ebeedae1d1f4e1276ad030ff605df02a /x11-toolkits/qt33
parent51e90539ffe939bdbe1c339ac2fa291485182927 (diff)
downloadports-f7f7f593cd77104adaccd44c2104ec648d7e7a56.tar.gz
ports-f7f7f593cd77104adaccd44c2104ec648d7e7a56.zip
Notes
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r--x11-toolkits/qt33/Makefile4
-rw-r--r--x11-toolkits/qt33/files/patch-include-qmlined.h9
2 files changed, 12 insertions, 1 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index 44e2800f53c3..bfc49b88d0c3 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -8,7 +8,7 @@
PORTNAME= qt
PORTVERSION= 3.1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES?= x11-toolkits
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \
ftp://ftp.silug.org/pub/qt/ \
@@ -93,6 +93,8 @@ post-patch:
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' \
${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
+ @${REINPLACE_CMD} -e 's,release,release thread,' \
+ ${WRKSRC}/mkspecs/freebsd-g++/qmake.conf
post-build:
.for tool in makeqpf mergetr msg2qm qembed qvfb
diff --git a/x11-toolkits/qt33/files/patch-include-qmlined.h b/x11-toolkits/qt33/files/patch-include-qmlined.h
new file mode 100644
index 000000000000..822c77855959
--- /dev/null
+++ b/x11-toolkits/qt33/files/patch-include-qmlined.h
@@ -0,0 +1,9 @@
+--- 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