Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ MAKEOPTS="${MAKEOPTS} -j1" #500574, required for both src_compile() and src_inst
src_prepare() {
default
elibtoolize # NOTE: this is for fbsd .so version

# error: unknown type name 'my_bool'
sed -e 's|my_bool value=(context->reconnect)|bool value=(context->reconnect)|g' -i \
src/rdf_storage_mysql.c
}

src_configure() {
Expand Down