A trivial modification. ${LINUXBASE}/lib/ld.so, referenced in Makefile,
no more exsists in the new linux_base (7.1) whereas it existed for linux_base-6.1.
This commit is contained in:
parent
b406ef2db5
commit
353e96fcc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63903
3 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base
|
||||
RUN_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base
|
||||
RUN_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LINUXBASE}/lib/ld.so:${PORTSDIR}/emulators/linux_base
|
||||
RUN_DEPENDS= ${LINUXBASE}/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
|
|
Loading…
Reference in a new issue