summaryrefslogtreecommitdiff
path: root/net/coda_client
diff options
context:
space:
mode:
authorwiz <wiz>2000-09-02 18:49:38 +0000
committerwiz <wiz>2000-09-02 18:49:38 +0000
commitf70b00c01496e1641c3697ffc1f96175535b7531 (patch)
tree22293ac8c7fffa9be1cc4a0054c8ad6135586644 /net/coda_client
parent271a7a44be376f3c4f509a5ae85261cf99da27b7 (diff)
downloadpkgsrc-f70b00c01496e1641c3697ffc1f96175535b7531.tar.gz
add missing -Wl,-R for advice_srv (noted in hubertf's bulk build)
Diffstat (limited to 'net/coda_client')
-rw-r--r--net/coda_client/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile
index ce185f7954c..c1351c7bbae 100644
--- a/net/coda_client/Makefile
+++ b/net/coda_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2000/07/20 15:41:06 tron Exp $
+# $NetBSD: Makefile,v 1.13 2000/09/02 18:49:38 wiz Exp $
#
DISTNAME= coda-4.6.6
@@ -23,4 +23,12 @@ USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
+pre-configure:
+ cd ${WRKSRC} && \
+ for F in coda-src/advice/Makefile.in; do \
+ ${SED} -e "s_-lgdbm_-Wl,-R${PREFIX}/lib -L${PREFIX}/lib -lgdbm_"\
+ < $$F > $$F.patched && \
+ ${MV} $$F.patched $$F; \
+ done
+
.include "../../mk/bsd.pkg.mk"