diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-27 00:02:02 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-06-27 00:02:02 +0000 |
commit | 822b57d5b66f821bf345034bf7fc76df3a5b3efc (patch) | |
tree | ba4016a74ab76970b4e65261911a18e78e10fa92 | |
parent | Portlint. (diff) |
Fix VFS modules with DYNEXP settings
BUMP PORTREVISION
Notes
Notes:
svn path=/head/; revision=62062
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 73adfceb7d5d..4068cf8e0383 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -7,7 +7,7 @@ PORTNAME= samba PORTVERSION= 2.2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \ ftp://samba.anu.edu.au/pub/samba/ \ @@ -157,6 +157,8 @@ post-build: ${RM} -f config.cache config.log config.status .endif +pre-configure: + ${PERL} -pi.fbsd -e 's/DYNEXP="-Wl,-Bdynamic"/DYNEXP="-Wl,--export-dynamic"/' ${WRKSRC}/configure.in post-install: .if defined(WITH_AUDIT) || defined(WITH_RECYCLE) @test -d ${SAMBA_VFSDIR} || ${MKDIR} ${SAMBA_VFSDIR} |