- Update the libmap instructions for amd64/8

Submitted by:	Rick van der Zwet <info@rickvanderzwet.nl>
This commit is contained in:
Pav Lucistnik 2010-07-29 08:30:24 +00:00
parent f1185c520d
commit 39b767908d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258423
2 changed files with 14 additions and 4 deletions

View file

@ -48,14 +48,23 @@ MACH= i686
MACH= i386
.endif
.if ${ARCH} == amd64 && ${OSVERSION} < 800000
.if ${ARCH} == amd64
AMD64= ""
.if ${OSVERSION} < 800000
AMD64_BEFORE_8000000= ""
AMD64_AFTER_8000000= "@comment"
.else
AMD64= "@comment "
AMD64_BEFORE_8000000= "@comment"
AMD64_AFTER_8000000= ""
.endif
.else
AMD64= "@comment"
AMD64_BEFORE_8000000= "@comment"
AMD64_AFTER_8000000= "@comment"
.endif
SUB_FILES= app_info.xml pkg-message
SUB_LIST= SIMAP_BINARY=${SIMAP_BINARY} HMMER_BINARY=${HMMER_BINARY} SIMAP_APPVERSION=${SIMAP_VERSION:S/.//} HMMER_APPVERSION=${HMMER_VERSION:S/.//} AMD64=${AMD64}
SUB_LIST= SIMAP_BINARY=${SIMAP_BINARY} HMMER_BINARY=${HMMER_BINARY} SIMAP_APPVERSION=${SIMAP_VERSION:S/.//} HMMER_APPVERSION=${HMMER_VERSION:S/.//} AMD64=${AMD64} AMD64_BEFORE_8000000=${AMD64_BEFORE_8000000} AMD64_AFTER_8000000=${AMD64_AFTER_8000000}
.if ${OSVERSION} >= 700043
LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x

View file

@ -17,6 +17,7 @@ MANUAL INSTALLATION
%%AMD64%% IMPORTANT NOTICE FOR AMD64 USERS:
%%AMD64%%
%%AMD64%% You have to have this line in /etc/libmap32.conf:
%%AMD64%% libpthread.so.2 libc_r.so.6
%%AMD64_BEFORE_8000000%% libpthread.so.2 libc_r.so.6
%%AMD64_AFTER_8000000%% libpthread.so.2 libthr.so.2
%%AMD64%% before you attach the project. Otherwise it will not work.
%%AMD64%%*****************************************************************************