diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-23 04:46:32 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-23 04:46:32 +0000 |
| commit | f9b948bc4aa1f99c91b7d52244cade74afe5cfb3 (patch) | |
| tree | 9d0ebea57f054c76ce9a311808954dfb14ac15c3 /databases/sqlrelay/Makefile | |
| parent | Update to 2.0.4.1142. (diff) | |
Fix the library paths to build working language API extensions.
This fixes the unresolved symbol error reported in the PR.
PR: ports/29083
Diffstat (limited to 'databases/sqlrelay/Makefile')
| -rw-r--r-- | databases/sqlrelay/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 3d83fef360a2..41e948820011 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -136,6 +136,7 @@ post-extract: post-patch: ${PERL} -i -pe 's,\blibiconv\b,libgiconv,g;s,-liconv\b,-lgiconv,g' ${WRKSRC}/configure.in + find ${WRKSRC}/src/api -type f | xargs ${GREP} -Ele '-L(\.\./)?\.\./c\+\+/lib' /dev/null | xargs ${PERL} -i -pe 's|-L(?:\.\./)?\.\./c\+\+/lib|-L${LOCALBASE}/lib|' .if defined(WITH_GTK) && ${WITH_GTK:L} != no ${PERL} -i -pe 's,\bgtk-config\b,${GTK_CONFIG:T},g' ${WRKSRC}/configure.in .endif |
