Opened 19 years ago

Closed 19 years ago

#2835 closed defect (fixed)

BUG: beecrypt 4.2.1

Reported by: yves@… Owned by: tobypeterson
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

beecrypt build fails on OpenDarwin 7.2.1. I succeeded though with this variant

variant puredarwin {

depends_run-append bin:python:python24 configure.args-delete --without-python configure.args-append --without-java

}

However, I found that if icu is not installed, c++ is disabled, so I also added

depends_lib lib:libicuuc:icu patchfiles patch-c++-Makefile.in

configure.env CPPFLAGS=-I/opt/local/include CFLAGS="-I/${prefix}/include" LDFLAGS="-L/${prefix}/ lib"

Attachments (1)

patch-c++-Makefile.in (711 bytes) - added by yves@… 19 years ago.
the patch for icu / c++

Download all attachments as: .zip

Change History (2)

Changed 19 years ago by yves@…

Attachment: patch-c++-Makefile.in added

the patch for icu / c++

comment:1 Changed 19 years ago by toby@…

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.