summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-12-14 07:58:04 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-12-14 07:58:04 +0000
commit2b16b254f2f8f312d9c66c696cc7d059d3f10aff (patch)
treebeaf7b29860cc1a00f0730cc8ff50915765729c2 /databases
parentpod2man is part of perl5, so make it a build dependency. (diff)
Attempt to fix build on sparc64 (and maybe others)
Reported by: pointy hat via kris
Notes
Notes: svn path=/head/; revision=123991
Diffstat (limited to 'databases')
-rw-r--r--databases/qdbm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/qdbm/Makefile b/databases/qdbm/Makefile
index e47d9d9e9cdd..a8c93b56bd62 100644
--- a/databases/qdbm/Makefile
+++ b/databases/qdbm/Makefile
@@ -51,7 +51,8 @@ post-patch:
.endif
post-build:
- cd ${WRKSRC}/lab; ${MAKE} CC="${CC}" CFLAGS="${CFLAGS}" fmtcnv031127
+ cd ${WRKSRC}/lab; \
+ ${MAKE} CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -liconv" fmtcnv031127
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/lab/fmtcnv031127 ${PREFIX}/bin