mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Fix check.
Submitted by: maintainer
This commit is contained in:
parent
920ac3d3eb
commit
d5cf40638a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21655
@ -14,15 +14,14 @@ MASTER_SITES= ${MASTER_SITE_PORTS_JP} \
|
||||
|
||||
MAINTAINER= sada@FreeBSD.ORG
|
||||
|
||||
MAKE_ENV+= OBJFORMAT=aout SHLIB_MAJOR=2 SHLIB_MINOR=0 \
|
||||
LDDESTDIRENV=LIBRARY_PATH=${PREFIX}/lib/aout
|
||||
MAKE_ENV+= OBJFORMAT=aout SHLIB_MAJOR=2 SHLIB_MINOR=0
|
||||
PORTOBJFORMAT= aout
|
||||
|
||||
LIBDIR= ${PREFIX}/lib/aout
|
||||
SRCDIR= /usr/src
|
||||
|
||||
pre-build:
|
||||
.if !exists(/usr/lib/aout/crt0.o)
|
||||
.if !exists(/usr/lib/aout/c++rt0.o)
|
||||
@${CAT} ${FILESDIR}/message.nolib
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user