Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gnucash: update webkit-gtk dependency #8069

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions gnome/gnucash/Portfile
Expand Up @@ -8,7 +8,7 @@ name gnucash
conflicts gnucash gnucash-devel
conflicts-delete ${subport}
version 4.1
revision 1
revision 2
perl5.branches 5.28
categories gnome x11
license GPL-2+
Expand Down Expand Up @@ -45,6 +45,7 @@ patchfiles-append patch-python-include-dirs-typo-fix.diff
post-patch {
reinplace "s|set(HAVE_OSX_KEYCHAIN 1)||" ${worksrcpath}/CMakeLists.txt
reinplace "s|-Werror||" ${worksrcpath}/CMakeLists.txt
reinplace "s|if (WIN32 OR APPLE)|if (WIN32)|" ${worksrcpath}/CMakeLists.txt

# Drop in a patched version of glibconfig.h via
# https://git.gnome.org/browse/gtk-osx/plain/patches/glib-gint64-long-long.patch
Expand Down Expand Up @@ -78,7 +79,7 @@ depends_lib port:guile \
port:p${perl5.major}-finance-quote \
port:boost \
port:gtk3 \
path:${prefix}/libpkgconfig/webkitgtk-3.0.pc:webkit-gtk3 \
port:webkit2-gtk \
port:libdbi \
port:libdbi-drivers \
port:aqbanking6-gtk3 \
Expand Down