mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
More fixes for non-64bit archectures
This commit is contained in:
parent
e08c1e8206
commit
7a1e322eb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493233
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= ldb
|
||||
PORTVERSION= 1.4.4
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= SAMBA
|
||||
@ -74,16 +74,16 @@ LDB_LIBS= lib/libldb.so \
|
||||
lib/shared-modules/ldb/rdn_name.so \
|
||||
lib/shared-modules/ldb/paged_searches.so \
|
||||
lib/shared-modules/ldb/paged_results.so \
|
||||
lib/shared-modules/ldb/mdb.so \
|
||||
lib/shared-modules/ldb/ldb.so \
|
||||
lib/shared-modules/ldb/ldap.so \
|
||||
lib/shared-modules/ldb/asq.so \
|
||||
lib/shared-modules/ldb/tdb.so
|
||||
|
||||
# Only for 64-bit architectures
|
||||
.if ${ARCH} != i386
|
||||
.if ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != powerpc && ${ARCH} != powerpcspe
|
||||
LDB_DEPENDS+= lmdb>=0.9.16:databases/lmdb
|
||||
LDB_LIBS+= lib/ldb/libldb-mdb-int.so
|
||||
LDB_LIBS+= lib/ldb/libldb-mdb-int.so \
|
||||
lib/shared-modules/ldb/mdb.so
|
||||
.endif
|
||||
|
||||
PLIST_FILES= include/ldb_version.h \
|
||||
|
Loading…
Reference in New Issue
Block a user