diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-16 22:21:55 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-16 22:21:55 +0000 |
commit | 5b071f7d0f9fe7ee55cebdfce3371fd314277600 (patch) | |
tree | 8625f13992aed7e836a05ddef34872990cf2f38e /java/openjdk6 | |
parent | Add a build dependency on intltool (diff) |
archivers/liborange: Unbreak port by working around configure flaw
The configure error "Not configured with libgsf or libole2 but that's
needed for MSI support" is caused by using the wrong configure option
of MSI that was introduced in last commit.
Changing to MSI_CONFIGURE_ENABLE=libgsf to MSI_CONFIGURE_WITH=libgsf
should have solved the problem, but unfortunately there is a logic
flaw in the configure script. If --without-libgsf is passed to it,
it mistakenly tries to find it anyway with pkgconfig and then fails.
The way to fix this properly is to patch the configure script, but I am
going to cheat by making libgsf an unconditional requirement as it was
before adamw fixed the options reversal.
Notes
Notes:
svn path=/head/; revision=362115
Diffstat (limited to 'java/openjdk6')
0 files changed, 0 insertions, 0 deletions