Skip to content

Commit 0fd7773

Browse files
kamischireneeotten
authored andcommitted
lazarus: Update to 4.4
Include fixing the compilation of the gtk2 variant.
1 parent 3c05db4 commit 0fd7773

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

devel/lazarus/Portfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PortSystem 1.0
44

55
name lazarus
6-
version 4.2-0
6+
version 4.4-0
77
revision 0
88
categories devel
99
license GPL-2 LGPL-2
@@ -24,9 +24,9 @@ long_description Lazarus is an open-source development system that builds \
2424
homepage https://www.lazarus-ide.org
2525
master_sites sourceforge:lazarus
2626

27-
checksums rmd160 0f511128b7081eb70959dca51896232ebdb6acd2 \
28-
sha256 46c746d765d61f4e2ab270fc7407b844f039e96f1cc65eee7e01e9d3abfc327a \
29-
size 92347735
27+
checksums rmd160 982dcad82d98ce5032c587873cfcbcc8ddc95ca9 \
28+
sha256 190edc7b7a7b18430502c964a45dfdf5418ff16bbcad5c04423b33a09d22cc06 \
29+
size 92309292
3030

3131
depends_lib port:fpc port:fpc-sources
3232
supported_archs x86_64 arm64 ppc
@@ -123,7 +123,7 @@ variant cocoa conflicts gtk2 qt4 description "Build with Cocoa backend" {
123123

124124
variant gtk2 conflicts cocoa qt4 description "Build with GTK backend" {
125125
depends_lib-append path:lib/pkgconfig/gtk+-2.0.pc:gtk2
126-
build.post_args OPT="-gl -Fl${prefix}/lib" LCL_PLATFORM=gtk2
126+
build.post_args OPT="-gl -Fl${prefix}/lib -dHASX" LCL_PLATFORM=gtk2
127127
}
128128

129129
variant qt4 conflicts cocoa gtk2 description "Build with Qt4 backend" {

0 commit comments

Comments
 (0)