aboutsummaryrefslogtreecommitdiff
path: root/editors/lazarus-lcl-qt
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-01-26 17:59:50 +0000
committerJohn Marino <marino@FreeBSD.org>2016-01-26 17:59:50 +0000
commitb3bb58f9debf4064bf86d36143f074e64c807b90 (patch)
treeeeeaf179a5d27c977afcb80a63e6bc349e180d80 /editors/lazarus-lcl-qt
parent6b5eb98e6db4f293f80720be3673fd681824caa3 (diff)
downloadports-b3bb58f9debf4064bf86d36143f074e64c807b90.tar.gz
ports-b3bb58f9debf4064bf86d36143f074e64c807b90.zip
Notes
Diffstat (limited to 'editors/lazarus-lcl-qt')
-rw-r--r--editors/lazarus-lcl-qt/Makefile2
-rw-r--r--editors/lazarus-lcl-qt/files/patch-interfaces_qt_qt45.pas11
2 files changed, 12 insertions, 1 deletions
diff --git a/editors/lazarus-lcl-qt/Makefile b/editors/lazarus-lcl-qt/Makefile
index 349c5a82213a..7870a0417816 100644
--- a/editors/lazarus-lcl-qt/Makefile
+++ b/editors/lazarus-lcl-qt/Makefile
@@ -1,7 +1,7 @@
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
-PORTREVISION= 4
+PORTREVISION= 0
PKGNAMESUFFIX= -lcl-qt
COMMENT= Lazarus components library - QT backend
diff --git a/editors/lazarus-lcl-qt/files/patch-interfaces_qt_qt45.pas b/editors/lazarus-lcl-qt/files/patch-interfaces_qt_qt45.pas
new file mode 100644
index 000000000000..0f1fdf1fc625
--- /dev/null
+++ b/editors/lazarus-lcl-qt/files/patch-interfaces_qt_qt45.pas
@@ -0,0 +1,11 @@
+--- interfaces/qt/qt45.pas.orig 2014-02-05 12:08:29 UTC
++++ interfaces/qt/qt45.pas
+@@ -45,7 +45,7 @@ const
+ {$ENDIF}
+
+ {$IFNDEF QTOPIA}
+- {$IF DEFINED(LINUX) or DEFINED(FREEBSD) or DEFINED(NETBSD)}
++ {$IF DEFINED(LINUX) or DEFINED(FREEBSD) or DEFINED(NETBSD) or DEFINED(DRAGONFLY)}
+ {$DEFINE BINUX}
+ Qt4PasLib = 'libQt4Pas.so.5';
+ {$ENDIF}