Opened 20 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)
Change History (2)
Changed 20 years ago by yves@…
Attachment: | patch-c++-Makefile.in added |
---|
comment:1 Changed 19 years ago by toby@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
the patch for icu / c++