Bump PKGREVISION. (The freetds libraries used are in a new location
due to freetds installation changes and may also depend on gettext-lib.) Include buildlink for gettext-lib, because CTlib.so uses libintl.so (noticed on build failure on DragonFly and then saw on NetBSD 2.1 too). Remove freetds subdirectory from the buildlink directory used during build. (This is because of recent installation changes for freetds.)
This commit is contained in:
parent
49370370d9
commit
2b8a41e2ed
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.9 2005/12/05 20:49:58 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2006/01/04 19:39:33 reed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sybperl-2.16
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= http://www.peppler.org/downloads/
|
||||
|
||||
|
@ -24,7 +24,7 @@ _SYBASE= ${SYBASE}
|
|||
PKG_FAIL_REASON+= "You must define SYBASE to the base directory of your Open Client."
|
||||
. endif
|
||||
.else
|
||||
_SYBASE= ${BUILDLINK_PREFIX.freetds}/freetds
|
||||
_SYBASE= ${BUILDLINK_PREFIX.freetds}
|
||||
.endif
|
||||
|
||||
PERL5_LDFLAGS+= ${COMPILER_RPATH_FLAG}${_SYBASE}/lib
|
||||
|
@ -34,5 +34,6 @@ MAKE_ENV+= SYBASE=${_SYBASE:Q}
|
|||
. include "../../databases/freetds/buildlink3.mk"
|
||||
.endif
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue