File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
10.9-libcxx/stable/main/finkinfo/gnome Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,20 @@ Package: glib2-shlibs
4
4
#https://bugzilla.gnome.org/show_bug.cgi?id=613060 - resolved fixed in 2.23
5
5
# Last version to build without meson (circular BDep through Python)
6
6
Version: 2.59.0
7
-
8
7
Revision: 1
8
+ # Requires (system) python3
9
+ Distribution: 10.15, 11.0, 11.3, 12.0
9
10
BuildDepends: <<
10
11
fink (>= 0.32),
11
12
autoconf2.6,
12
13
automake1.15,
13
- docbook-dtd,
14
14
docbook-xsl,
15
15
gettext-bin,
16
16
gettext-tools,
17
17
libgettext8-dev,
18
18
libiconv-dev,
19
19
libpcre1,
20
+ libtool2,
20
21
pkgconf
21
22
<<
22
23
Depends: <<
@@ -51,11 +52,9 @@ PatchScript: <<
51
52
#perl -pi.bak -e 's|10\.\[012\]\*|10.[012][,.]*|g' configure
52
53
<<
53
54
SetCFLAGS: -Os
54
- ConfigureParams: --mandir=%p/share/man --disable-gtk-doc ac_cv_path_GTKDOC_REBASE=true --disable-dependency-tracking --disable-fam --disable-visibility --enable-gtk-doc --enable- man --with-xml-catalog=%p/etc/xml/catalog PKG_CONFIG=%p/bin/pkgconf
55
+ ConfigureParams: --mandir=%p/share/man --disable-gtk-doc ac_cv_path_GTKDOC_REBASE=true --disable-dependency-tracking --disable-fam --disable-visibility --enable-man --with-xml-catalog=%p/etc/xml/catalog PKG_CONFIG=%p/bin/pkgconf
55
56
CompileScript: <<
56
- #!/bin/sh -ev
57
- [ -x /usr/bin/python ] || pyversion=3
58
- PERL_PATH=/usr/bin/perl PERL=/usr/bin/perl PYTHON=/usr/bin/python$pyversion ./autogen.sh %c
57
+ PERL_PATH=/usr/bin/perl PERL=/usr/bin/perl PYTHON=/usr/bin/python3 ./autogen.sh %c
59
58
perl -pi -e '$_="#define BROKEN_POLL 1\n" if /BROKEN_POLL/' config.h
60
59
make
61
60
<<
You can’t perform that action at this time.
0 commit comments