summaryrefslogtreecommitdiff
path: root/editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-05-25 16:07:17 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2018-05-25 16:07:17 +0000
commitc807a99429375ae4990b7f9c39a01f6d6fcef7d5 (patch)
tree94848bf2c6838ed77c00449f4cfe805310b54d21 /editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas
parent- Update to 3.6.4 (diff)
- Remove obsolete ports (lazarus-lcl-gtk2, lazarus-lcl-nogui lazarus-lcl-qt
lazarus-lcl-qt5 lazarus-lcl-units) - Connect lazarus-qt4 and lazarus-qt5 Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D14661
Diffstat (limited to 'editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas')
-rw-r--r--editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas b/editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas
deleted file mode 100644
index 0f1fdf1fc625..000000000000
--- a/editors/lazarus-lcl-qt5/files/patch-interfaces_qt_qt45.pas
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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}